Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / simple_test7.c
index 571f2cdb71a37fd3737b98032f2ac3e48795f0d6..a2065463a31bdac1daff756a81046a9e30912d57 100644 (file)
@@ -1,4 +1,4 @@
-void main(void) 
+void main(void)
 {
        int i;
        i = 0;
@@ -8,5 +8,5 @@ void main(void)
                j = i++;
                __builtin_outb(j, 0xdc);
        } while(i <= 9);
-       
+
 }