Skip to content

Commit a79314a

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

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
@@ -194,7 +194,7 @@ typedef struct AstStmt
194194
{
195195
AstExpr *condition;
196196
struct AstStmt *then_branch;
197-
struct AstStmt *else_branch;
197+
struct AstStmt *else_branch;
198198
} if_stmt;
199199

200200
AstExpr *expr;

0 commit comments

Comments
 (0)