Skip to content

Commit

Permalink
Revert spurious change to whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Oct 10, 2016
1 parent 1528a8b commit 196a044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/lgc.cpp
Expand Up @@ -1059,7 +1059,7 @@ static lu_mem singlestep (lua_State *L) {
g->gcstate = GCSatomic; /* finish mark phase */
g->GCestimate = g->GCmemtrav; /* save what was counted */;
work = atomic(L); /* add what was traversed by 'atomic' */
g->GCestimate += work; /* estimate of total memory traversed */
g->GCestimate += work; /* estimate of total memory traversed */
sw = entersweep(L);
return work + sw * GCSWEEPCOST;
}
Expand Down

0 comments on commit 196a044

Please sign in to comment.