diff options
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2016-10-16 17:13:55 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-12-02 10:37:47 -0700 |
commit | 0427b9c52578b2bb0dc1a3058d732899d107f74d (patch) | |
tree | 4536722ea9df9604a7423ac1d43df072ea386970 /arch/x86/lib/efi | |
parent | 9ae0e14350758e6447c90615ff4df530549a45e2 (diff) |
cmd/tpm_test: Fix misleading code indentation
GCC 6.2 reasonably complains about the current code:
../cmd/tpm_test.c: In function ‘do_tpmtest’:
../cmd/tpm_test.c:540:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
for (i = 0; i < argc; i++)
^~~
../cmd/tpm_test.c:542:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘for’
printf("\n------\n");
^~~~~~
Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Updated to remove C99 variable decl:
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/lib/efi')
0 files changed, 0 insertions, 0 deletions