src: Add required space after "switch"
Change-Id: I85cf93e30606bc7838852bd300a369e79370629a Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/29623 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
parent
16f9bf83e0
commit
0ce41f1a11
55 changed files with 67 additions and 67 deletions
|
|
@ -101,7 +101,7 @@ static void save_dimm_info(void)
|
|||
if (src_dimm->Status != DIMM_PRESENT)
|
||||
continue;
|
||||
|
||||
switch(memory_info_hob->MemoryType) {
|
||||
switch (memory_info_hob->MemoryType) {
|
||||
case MRC_DDR_TYPE_DDR4:
|
||||
ddr_type = MEMORY_TYPE_DDR4;
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue