Skip to content

Commit 4dea85f

Browse files
committed
Reformat code
1 parent bb63157 commit 4dea85f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/tea_scope.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,5 @@ tea_var_t *tea_scope_find_local(const tea_scope_t *scp, const char *name);
3636
tea_var_t *tea_scope_find(const tea_scope_t *scp, const char *name);
3737

3838
bool tea_decl_var(tea_ctx_t *ctx, tea_scope_t *scp, const char *name,
39-
unsigned int flags, const char *type, const tea_node_t *initial_value);
39+
unsigned int flags, const char *type,
40+
const tea_node_t *initial_value);

0 commit comments

Comments
 (0)