summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/AST.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 06:25:29 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-15 06:25:29 +0100
commit4014ac78f306a235da419b2da5005d08735cb3f3 (patch)
tree544132115c612ba8b7925c75b6e356ec6cd6c443 /include/CompilerKit/AST.h
parent955ddf513eed8ee925022e88d5c10fb879b57953 (diff)
chore: meta: ran format command.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/AST.h')
-rw-r--r--include/CompilerKit/AST.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CompilerKit/AST.h b/include/CompilerKit/AST.h
index 0e869da..f45d6fd 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -46,7 +46,7 @@ enum struct KeywordKind {
kKeywordKindVariableInc,
kKeywordKindConstant,
kKeywordKindTypedef,
- kKeywordKindEndLine, // Optional in Nectar.
+ kKeywordKindEndLine, // Optional in Nectar.
kKeywordKindSpecifier,
kKeywordKindInvalid,
kKeywordKindReturn,