More newline and whitespace cleanups

This commit is contained in:
Jasmine Iwanek
2022-02-20 02:26:27 -05:00
parent a66e392b26
commit 4674756664
401 changed files with 6985 additions and 6985 deletions

View File

@@ -213,7 +213,7 @@ spd_register(uint8_t ram_type, uint8_t slot_mask, uint16_t max_module_size)
rows[slot] = 0;
if (slot_mask & (1 << slot))
slot_count++;
}
}
/* Populate rows. */
spd_populate(rows, slot_count, (mem_size >> 10), min_module_size, max_module_size, 1);