From fa7a45524f7504646557902bff2c431bc26119ab Mon Sep 17 00:00:00 2001 From: Sol Boucher Date: Thu, 7 May 2015 16:41:46 -0700 Subject: cbfstool: Fix strange flashmap whitespace This is being fixed in a separate commit so we can diff against the library as it existed in its own repo. Change-Id: Id87cd8f4e015a5ed7dd8a19302cc22ab744fefe8 Signed-off-by: Sol Boucher Reviewed-on: http://review.coreboot.org/10141 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/cbfstool/flashmap/valstr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/cbfstool/flashmap/valstr.c') diff --git a/util/cbfstool/flashmap/valstr.c b/util/cbfstool/flashmap/valstr.c index fa9ed82c03..8155c949d8 100644 --- a/util/cbfstool/flashmap/valstr.c +++ b/util/cbfstool/flashmap/valstr.c @@ -35,7 +35,7 @@ #include const char *val2str_default(uint32_t val, const struct valstr *vs, - const char *def_str) + const char *def_str) { int i; -- cgit v1.2.3