[coreboot-gerrit] New patch to review for coreboot: ifdtool: fix one whitespace format error

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Sat Sep 10 13:35:11 CEST 2016


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/16570

-gerrit

commit d60fbd3944d47a4703567a51eef4647d2aa71406
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Sat Sep 10 13:33:05 2016 +0200

    ifdtool: fix one whitespace format error
    
    Change-Id: I5b1846eb3ef8253695066b315e8a105803390579
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 util/ifdtool/ifdtool.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/ifdtool/ifdtool.c b/util/ifdtool/ifdtool.c
index 4b1c211..e694625 100644
--- a/util/ifdtool/ifdtool.c
+++ b/util/ifdtool/ifdtool.c
@@ -1337,7 +1337,7 @@ int main(int argc, char *argv[])
 	if (mode_em100)
 		set_em100_mode(filename, image, size);
 
-	if(mode_locked)
+	if (mode_locked)
 		lock_descriptor(filename, image, size);
 
 	if (mode_unlocked)



More information about the coreboot-gerrit mailing list