mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove unnecessary semicolons from a38f8f
This commit is contained in:
@@ -102,7 +102,7 @@ is_code_block_open(struct mrb_parser_state *parser)
|
||||
case EXPR_BEG:
|
||||
/* beginning of a statement, */
|
||||
/* that means previous line ended */
|
||||
;;code_block_open = FALSE;
|
||||
code_block_open = FALSE;
|
||||
break;
|
||||
case EXPR_DOT:
|
||||
/* a message dot was the last token, */
|
||||
|
||||
Reference in New Issue
Block a user