Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / cpu / x86 / smm / smm.ld
index 1b25c2d2f8c59ea1a45a036afa512be82eb51bd8..d5c7127a156bcb3f9f8fd37fbb0434d662b30dfc 100644 (file)
@@ -4,7 +4,7 @@ CPUS = 4;
 
 SECTIONS
 {
-       /* This is the actual SMM handler. 
+       /* This is the actual SMM handler.
         *
         * We just put code, rodata, data and bss all in a row.
         */
@@ -43,7 +43,7 @@ SECTIONS
        . = 0xa8000 - (( CPUS - 1) * 0x400);
        .jumptable : {
                *(.jumptable)
-       }       
+       }
 
        /DISCARD/ : {
                *(.comment)