Skip to content

Commit d4f8ff8

Browse files
committed
Commit white space removals
1 parent 0bd4c76 commit d4f8ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lpython/semantics/python_ast_to_asr.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4306,12 +4306,12 @@ class SymbolTableVisitor : public CommonVisitor<SymbolTableVisitor> {
43064306
}
43074307
} else {
43084308
bool is_pure = false, is_module = false;
4309-
4309+
43104310
// This checks for internal function defintions as well.
43114311
for (size_t i = 0; i < x.n_body; i++) {
43124312
visit_stmt(*x.m_body[i]);
43134313
}
4314-
4314+
43154315
tmp = ASRUtils::make_Function_t_util(
43164316
al, x.base.base.loc,
43174317
/* a_symtab */ current_scope,

0 commit comments

Comments
 (0)