src/console: Fix coding style
Change-Id: I57724262ade87e7907d31ea66e4f1b9c382ef3db Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/26303 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
564c2191ab
commit
a418414a58
@ -78,7 +78,7 @@ int do_printk(int msg_level, const char *fmt, ...)
|
||||
return i;
|
||||
}
|
||||
|
||||
#if IS_ENABLED (CONFIG_VBOOT)
|
||||
#if IS_ENABLED(CONFIG_VBOOT)
|
||||
void do_printk_va_list(int msg_level, const char *fmt, va_list args)
|
||||
{
|
||||
if (!console_log_level(msg_level))
|
||||
|
Reference in New Issue
Block a user