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:
Elyes HAOUAS
2018-11-13 10:03:31 +01:00
committed by Patrick Georgi
parent 16f9bf83e0
commit 0ce41f1a11
55 changed files with 67 additions and 67 deletions

View File

@@ -73,7 +73,7 @@ static ucode_validity nano_ucode_is_valid(const nano_ucode_header *ucode)
static void nano_print_ucode_status(ucode_update_status stat)
{
switch(stat)
switch (stat)
{
case UCODE_UPDATE_SUCCESS:
printk(BIOS_INFO, "Microcode update successful.\n");