Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / arch / i386 / lib / id.inc
index 9f402f85b06115ccc9daec250724c9b08d9c0a86..443dbad38a7cd551c95aa19e4e68791522620ddb 100644 (file)
@@ -2,9 +2,9 @@
 
        .globl __id_start
 __id_start:
-vendor:        
+vendor:
        .asciz CONFIG_MAINBOARD_VENDOR
-part:          
+part:
        .asciz CONFIG_MAINBOARD_PART_NUMBER
 .long __id_end + CONFIG_ID_SECTION_OFFSET - vendor  /* Reverse offset to the vendor id */
 .long __id_end + CONFIG_ID_SECTION_OFFSET - part    /* Reverse offset to the part number */