aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/artecgroup/dbe61/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/artecgroup/dbe61/romstage.c')
-rw-r--r--src/mainboard/artecgroup/dbe61/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/artecgroup/dbe61/romstage.c b/src/mainboard/artecgroup/dbe61/romstage.c
index c8bd9cc310..b0bfc5b128 100644
--- a/src/mainboard/artecgroup/dbe61/romstage.c
+++ b/src/mainboard/artecgroup/dbe61/romstage.c
@@ -36,7 +36,7 @@ int spd_read_byte(unsigned int device, unsigned int address)
int i;
if (device == DIMM0) {
- for (i=0; i < (ARRAY_SIZE(spd_table)); i++) {
+ for (i = 0; i < (ARRAY_SIZE(spd_table)); i++) {
if (spd_table[i].address == address) {
return spd_table[i].data;
}