whitespace adjustment

This commit is contained in:
Vern Paxson 2021-03-24 21:52:20 -07:00
parent 3139cf2594
commit e5a0b2c04c

View file

@ -168,8 +168,7 @@ const FuncInfo* analyze_global_stmts(Stmt* stmts)
auto sc = current_scope();
std::vector<IDPtr> empty_inits;
StmtPtr stmts_p{NewRef{}, stmts};
auto sf = make_intrusive<ScriptFunc>(id, stmts_p, empty_inits,
sc->Length(), 0);
auto sf = make_intrusive<ScriptFunc>(id, stmts_p, empty_inits, sc->Length(), 0);
funcs.emplace_back(sf, ScopePtr{NewRef{}, sc}, stmts_p);