Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / simple_test66.c
index 5857855700a1116714abb6c248f0826b3f70780e..afc0255345ed8423df777e42cf235002aea27602 100644 (file)
@@ -1,8 +1,8 @@
 typedef unsigned char uint8_t;
 static unsigned int generate_row(uint8_t row, uint8_t maxnodes)
 {
-        
-       unsigned int ret=0x00010101;  
+
+       unsigned int ret=0x00010101;
        static const unsigned int rows_2p[2][2] = {
                { 0x00050101, 0x00010404 },
                { 0x00010404, 0x00050101 }