Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ajreynol committed Nov 1, 2024
1 parent d569f73 commit bbe5ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ void State::popScope()
size_t lastSize = d_declsSizeCtx.back();
d_declsSizeCtx.pop_back();
size_t i = d_decls.size();
while (i>lastSize)
while (i > lastSize)
{
i--;
// Check if overloaded, which is the case if the last overloaded
Expand Down

0 comments on commit bbe5ceb

Please sign in to comment.