aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/parse_tree.cpp
diff options
context:
space:
mode:
authorGravatar Aaron Gyes <me@aaron.gy>2016-06-23 22:44:58 -0700
committerGravatar Aaron Gyes <me@aaron.gy>2016-06-23 22:48:45 -0700
commit0d6bdb38e62ec434cf9ee861e66428370c96bd5a (patch)
tree150c932ecfcc83a06765df3d45bc391a5cafc351 /src/parse_tree.cpp
parent02cef2da23b022cf2703fdf856fdf00b452d67fb (diff)
Style fixes.
Diffstat (limited to 'src/parse_tree.cpp')
-rw-r--r--src/parse_tree.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parse_tree.cpp b/src/parse_tree.cpp
index 9939d81b..8b5e0b8d 100644
--- a/src/parse_tree.cpp
+++ b/src/parse_tree.cpp
@@ -12,13 +12,13 @@
#include <vector>
#include "common.h"
-#include "fallback.h"
+#include "fallback.h"
#include "parse_constants.h"
#include "parse_productions.h"
#include "parse_tree.h"
#include "proc.h"
#include "tokenizer.h"
-#include "wutil.h" // IWYU pragma: keep
+#include "wutil.h" // IWYU pragma: keep
// This array provides strings for each symbol in enum parse_token_type_t in parse_constants.h.
const wchar_t *const token_type_map[] = {