ifdtool: fix one whitespace format error

Change-Id: I5b1846eb3ef8253695066b315e8a105803390579
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Reviewed-on: https://review.coreboot.org/16570
Tested-by: build bot (Jenkins)
Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
Alexander Couzens 2016-09-10 13:33:05 +02:00 committed by Martin Roth
parent a761fa5ec9
commit d12ea11c01
1 changed files with 1 additions and 1 deletions

View File

@ -1412,7 +1412,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)