Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / northbridge / via / vx800 / final_setting.c
index 165c887d8a6c3a179da45452e88cb22c2690a761..9ec31b58da6f454b7e5db6246a825c3c9fe81e51 100644 (file)
@@ -51,8 +51,7 @@ void DRAMRefreshCounter(DRAM_SYS_ATTR * DramAttr)
 
        Dram_256_Mb = 0;
        for (i = 0; i < MAX_SOCKETS; i++) {
-               if (DramAttr->DimmInfo[i].SPDDataBuf[SPD_SDRAM_ROW_ADDR] ==
-                   13) {
+               if (DramAttr->DimmInfo[i].SPDDataBuf[SPD_SDRAM_ROW_ADDR] == 13) {
                        Dram_256_Mb = 1;
                        break;
                }
@@ -63,11 +62,10 @@ void DRAMRefreshCounter(DRAM_SYS_ATTR * DramAttr)
        pci_write_config8(MEMCTRL, 0x6a, Data);
 }
 
-
 /*===================================================================
 Function   : DRAMRegFinalValue()
-Precondition : 
-Input      :  
+Precondition :
+Input      :
                   DramAttr:  pointer point to  DRAM_SYS_ATTR  which consist the DDR and Dimm information
                                    in MotherBoard
 Output     : Void