Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / simple_test75.c
index 1ad87bd2a0d79f3ff8279ac6b7e9cee3a3025812..ae28a3ce1a305452bb9d55a604880eb5ab9d1236 100644 (file)
@@ -1,7 +1,7 @@
 static void goto_test(void)
 {
        int i;
-       
+
        i = 0;
        goto bottom;
        {