Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / northbridge / intel / e7501 / raminit.h
index 0d094149048af23a315ecd6f005d90ca9b7c4070..df0e9291a35307ca5d238bb3c05c5f50f042a7de 100644 (file)
@@ -6,12 +6,12 @@
 #define MAX_DIMM_SOCKETS (MAX_NUM_CHANNELS * MAX_DIMM_SOCKETS_PER_CHANNEL)
 
 struct mem_controller {
-       device_t d0, d0f1;                                      // PCI bus/device/fcns of E7501 memory controller 
+       device_t d0, d0f1;                                      // PCI bus/device/fcns of E7501 memory controller
 
        // SMBus addresses of DIMM slots for each channel,
        // in order from closest to MCH to furthest away
        // 0 == not present
-       uint16_t channel0[MAX_DIMM_SOCKETS_PER_CHANNEL];        
+       uint16_t channel0[MAX_DIMM_SOCKETS_PER_CHANNEL];
        uint16_t channel1[MAX_DIMM_SOCKETS_PER_CHANNEL];
 };