Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / ibm / e326 / romstage.c
index 527db2fa3e4678264d84f062493fa8c9abbfa80c..0b38ec78fa25c1547cbb7e97dd4b58fa97180141 100644 (file)
@@ -1,4 +1,4 @@
+
 #include <stdint.h>
 #include <string.h>
 #include <device/pci_def.h>
@@ -142,7 +142,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx)
         setup_ibm_e326_resource_map();
 
        needs_reset = setup_coherent_ht_domain();
-       
+
 #if CONFIG_LOGICAL_CPUS==1
         // It is said that we should start core1 after all core0 launched
         start_other_cores();