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:
Elyes HAOUAS
2018-05-15 20:57:01 +02:00
committed by Patrick Georgi
parent 564c2191ab
commit a418414a58
3 changed files with 31 additions and 24 deletions

View File

@ -18,8 +18,7 @@
#include <string.h>
#include <trace.h>
struct vsnprintf_context
{
struct vsnprintf_context {
char *str_buf;
size_t buf_limit;
};