Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / simple_test47.c
index 28d72eaa9abc897b4b4ead6bcdb9d6e0a8eb1a58..d1c54aeced2ec48a19ae72524f618aa44e8268d1 100644 (file)
@@ -16,18 +16,18 @@ static void spd_set_memclk(void)
        for(index = 0; index < 3; index++, latency++) {
                unsigned long loops;
                unsigned address = index;
-               
+
                loops = 1000000;
                do {
                } while(--loops);
                if (loops) {
                        continue;
                }
-               
+
                __builtin_outb(device, 0x10e4);
-               
+
                __builtin_outb(address & 0xFF, 0x10e8);
-               
+
                loops = 1000000;
                while(--loops)
                        ;