Skip to content

Commit c2a0bab

Browse files
BeyondMagicCopilot
andcommitted
style(ast): remove trailing whitespace
Co-authored-by: Copilot <[email protected]>
1 parent 4630806 commit c2a0bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ typedef struct AstStmt
145145
STMT_ARRAY_ASSIGN,
146146
STMT_WHILE,
147147
STMT_FOR,
148-
STMT_IF,
148+
STMT_IF,
149149
STMT_EXPR,
150150
STMT_RETURN
151151
} kind;

0 commit comments

Comments
 (0)