diff options
author | Paul Menzel <paulepanter@users.sourceforge.net> | 2015-08-08 20:20:57 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-10-17 06:57:42 +0000 |
commit | 831bbe8446f5ec58b875924c2a869fe5a2900f1e (patch) | |
tree | c97201f6cb342b3c4708317d072167089506e33b /util/cbfstool | |
parent | 8190078ad58114ddf7969f19e12d7bd27c573d3e (diff) |
cbfstool/cbfs_image.c: Just use one space before `=`
Change-Id: Id31c889d1e83e7ddfb0f0f98b78601f37b71cfa2
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: http://review.coreboot.org/11631
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/cbfstool')
-rw-r--r-- | util/cbfstool/cbfs_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cbfstool/cbfs_image.c b/util/cbfstool/cbfs_image.c index 895927dd50..e436d8479b 100644 --- a/util/cbfstool/cbfs_image.c +++ b/util/cbfstool/cbfs_image.c @@ -882,7 +882,7 @@ int cbfs_print_entry_info(struct cbfs_image *image, struct cbfs_file *entry, break; case CBFS_COMPONENT_PAYLOAD: - payload = (struct cbfs_payload_segment *) + payload = (struct cbfs_payload_segment *) CBFS_SUBHEADER(entry); while (payload) { struct cbfs_payload_segment seg; |