summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/AST.h
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-24 11:09:12 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-24 11:10:42 +0100
commit41458b7253c524db10088657c930d300fc1b09ca (patch)
treecb98672693c922866ee9c35563956d7c9e194867 /include/CompilerKit/AST.h
parent0966a15e05ae1645c8e0785d6fe44a9b529be6b3 (diff)
chore: assemblers: update assembler flag.
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 fef5279..1917081 100644
--- a/include/CompilerKit/AST.h
+++ b/include/CompilerKit/AST.h
@@ -91,7 +91,7 @@ struct SyntaxLeafList final {
using ConstReference = const SyntaxLeaf&;
enum {
- kPlaceNone = 0,
+ kPlaceNone = 0,
kPlaceBefore = 100,
kPlaceAfter,
};