summaryrefslogtreecommitdiffhomepage
path: root/src/CompilerKit/AST.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/CompilerKit/AST.h')
-rw-r--r--src/CompilerKit/AST.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CompilerKit/AST.h b/src/CompilerKit/AST.h
index 74db957..3cb5a08 100644
--- a/src/CompilerKit/AST.h
+++ b/src/CompilerKit/AST.h
@@ -22,7 +22,7 @@ struct CompilerKeyword;
/// =========================================================== ///
enum KeywordKind {
- kKeywordKindReserved = 0,
+ kKeywordKindReserved = 0,
kKeywordKindNamespace = 100,
kKeywordKindFunctionStart,
kKeywordKindFunctionEnd,