aboutsummaryrefslogtreecommitdiff
path: root/util/romcc/tests/simple_test75.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/romcc/tests/simple_test75.c')
-rw-r--r--util/romcc/tests/simple_test75.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/romcc/tests/simple_test75.c b/util/romcc/tests/simple_test75.c
index 1ad87bd2a0..ae28a3ce1a 100644
--- a/util/romcc/tests/simple_test75.c
+++ b/util/romcc/tests/simple_test75.c
@@ -1,7 +1,7 @@
static void goto_test(void)
{
int i;
-
+
i = 0;
goto bottom;
{