x86: coding style fix to arch/x86/boot/pm.c
[safe/jmp/linux-2.6] / arch / x86 / boot / pm.c
index 1a0f936..a93cb8b 100644 (file)
@@ -100,7 +100,7 @@ static void reset_coprocessor(void)
 /*
  * Set up the GDT
  */
-#define GDT_ENTRY(flags,base,limit)            \
+#define GDT_ENTRY(flags, base, limit)          \
        (((u64)(base & 0xff000000) << 32) |     \
         ((u64)flags << 40) |                   \
         ((u64)(limit & 0x00ff0000) << 32) |    \