Remove whitespace.
[coreboot.git] / src / northbridge / amd / gx2 / northbridgeinit.c
index e55efcb667e2ccded9f172adad752fe015aa403e..37fcf7e307e66ab6117f8cb0c024ee5cb1a6e4a9 100644 (file)
@@ -335,7 +335,7 @@ static void GLPCIInit(void)
        /* we are ignoring the 5530 case for now, and perhaps forever. */
 
        /* 553X NB Init */
-       
+
        /* Arbiter setup */
        msrnum = GLPCI_ARB;
        msr = rdmsr(msrnum);
@@ -404,7 +404,7 @@ static void ClockGatingInit(void)
 static void GeodeLinkPriority(void)
 {
        msr_t msr = { 0, 0 };
-       
+
        struct msrinit *prio = GeodeLinkPriorityTable;
        int i;
 
@@ -426,7 +426,7 @@ static void GeodeLinkPriority(void)
 static uint64_t getShadow(void)
 {
        msr_t msr = { 0, 0 };
-       
+
        msr = rdmsr(GLIU0_P2D_SC_0);
        return ( ( (uint64_t) msr.hi ) << 32 ) | msr.lo;
 }