mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: ifdtool: fix one whitespace format error
BUG=None BRANCH=None TEST=None 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> Change-Id: I5b1846eb3ef8253695066b315e8a105803390579 Reviewed-on: https://chromium-review.googlesource.com/384970 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
3f20d0d884
commit
6dfadb37df
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue