Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
Sainan committed Aug 25, 2023
1 parent dec8db7 commit 606b931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3261,7 +3261,7 @@ inline bool testnext2 (LexState *ls, int token1, int token2) {
}


static void casecond(LexState* ls, int case_line, expdesc& lcase) {
static void casecond (LexState *ls, int case_line, expdesc& lcase) {
expr(ls, &lcase, nullptr, E_NO_COLON);
checknext(ls, ':');
}
Expand Down

0 comments on commit 606b931

Please sign in to comment.