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 <solb@chromium.org>
Reviewed-on: http://review.coreboot.org/10141
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Sol Boucher
2015-05-07 16:41:46 -07:00
committed by Patrick Georgi
parent 65d9520e15
commit fa7a45524f
6 changed files with 73 additions and 73 deletions

View File

@@ -35,7 +35,7 @@
#include <valstr.h>
const char *val2str_default(uint32_t val, const struct valstr *vs,
const char *def_str)
const char *def_str)
{
int i;