Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / cpu / amd / model_lx / cpureginit.c
index 492ee8fac0f74a25bd690406448825e4fd6a9d1a..62fa973a8c021f37a4ddaeb988de29c139333b58 100644 (file)
@@ -248,8 +248,8 @@ void cpuRegInit(void)
        msr.hi |= ARB_UPPER_QUACK_EN_SET;
        wrmsr(msrnum, msr);
 
-       /* GLIU port active enable, limit south pole masters 
-        * (AES and PCI) to one outstanding transaction. 
+       /* GLIU port active enable, limit south pole masters
+        * (AES and PCI) to one outstanding transaction.
         */
        print_debug(" GLIU port active enable\n");
        msrnum = GLIU1_PORT_ACTIVE;