Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / util / romcc / tests / simple_test61.c
index 583a9db36b7160ca39697320ea7cf7850f454fa2..2b235ccd5eac4b38cc8cc60a0aeebc116a11b1f0 100644 (file)
@@ -16,7 +16,7 @@ static void spd_set_nbxcfg(void)
 
                /* set the device I'm talking too */
                __builtin_outb(device, 0x1004);
-               
+
                /* poll for transaction completion */
                byte = __builtin_inb(0x10);
                while(byte == 0) {