Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / fail_test10.c
index 1993e0e59cfc9f75230f324b35094efbddfc5036..7cfd9a9c3bbd203cb0cfa41752d478be02b69a38 100644 (file)
@@ -14,6 +14,6 @@ static struct result main(int a, int b, struct big_arg d)
        result.b = 1;
        result.c = b + 1;
        result.d = a + 1;
-               
+
 }