aboutsummaryrefslogtreecommitdiff
path: root/src/console/vsprintf.c
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2018-05-15 20:57:01 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-06-04 08:48:33 +0000
commita418414a584a832ed58d3c3b07baedc5866fadd0 (patch)
treecdbc588b31c71d82f5553d07b00bd781cd5f7dd2 /src/console/vsprintf.c
parent564c2191ab5d2c57ce7d3fda9a7596ef3e39b975 (diff)
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>
Diffstat (limited to 'src/console/vsprintf.c')
-rw-r--r--src/console/vsprintf.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/console/vsprintf.c b/src/console/vsprintf.c
index 7071611ef9..4892fdd1ff 100644
--- a/src/console/vsprintf.c
+++ b/src/console/vsprintf.c
@@ -18,8 +18,7 @@
#include <string.h>
#include <trace.h>
-struct vsnprintf_context
-{
+struct vsnprintf_context {
char *str_buf;
size_t buf_limit;
};