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
@ -18,8 +18,7 @@
|
||||
#include <string.h>
|
||||
#include <trace.h>
|
||||
|
||||
struct vsnprintf_context
|
||||
{
|
||||
struct vsnprintf_context {
|
||||
char *str_buf;
|
||||
size_t buf_limit;
|
||||
};
|
||||
|
Reference in New Issue
Block a user