Fix goto labels indentation (#4818)

JerryScript-DCO-1.0-Signed-off-by: Robert Fancsik robert.fancsik@h-lab.eu
This commit is contained in:
Robert Fancsik
2021-11-05 16:58:41 +01:00
committed by GitHub
parent badfdf4dba
commit 80777799f6
9 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -521,7 +521,7 @@ ecma_module_resolve_export (ecma_module_t *const module_p, /**< base module */
star_export_p = star_export_p->next_p;
}
next_iteration:
next_iteration:
current_set_p = current_set_p->next_p;
} while (current_set_p != NULL);