Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Laupetin committed Jan 7, 2024
1 parent 44b0f4d commit 034809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ObjWriting/Game/IW5/Menu/MenuDumperIW5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ size_t MenuDumper::FindStatementClosingParenthesis(const Statement_s* statement,
{
const auto& expEntry = statement->entries[currentSearchPosition];
if (expEntry.type != EET_OPERATOR)
continue;
continue;

// Any function means a "left out" left paren
if (expEntry.data.op == OP_LEFTPAREN || expEntry.data.op >= OP_COUNT)
Expand Down

0 comments on commit 034809c

Please sign in to comment.