Fix goto labels indentation (#4818)
JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
@@ -3311,7 +3311,7 @@ parser_parse_statements (parser_context_t *context_p) /**< context */
|
||||
parser_raise_error (context_p, PARSER_ERR_SEMICOLON_EXPECTED);
|
||||
}
|
||||
|
||||
consume_last_statement:
|
||||
consume_last_statement:
|
||||
while (true)
|
||||
{
|
||||
switch (context_p->stack_top_uint8)
|
||||
|
||||
Reference in New Issue
Block a user