Skip to content

Commit edb95a0

Browse files
author
Hon Ching(Vicky) Lo
committed
[PATCH] Fix confusing indentation in tpm_present.c that fails build with GCC 6
Originally noticed this in Debian <https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=811576> where they're hoping to use GCC 6 for the next stable release. Signed-off-by: Mike Gerow<gerow@mgerow.com>
1 parent ed8e634 commit edb95a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/tpm_mgmt/tpm_present.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,12 @@ int main(int argc, char **argv)
349349
}
350350
} while (flags[++i].name);
351351

352-
out_success:
352+
out_success:
353353
logSuccess(argv[0]);
354354
iRc = 0;
355-
out_close:
355+
out_close:
356356
contextClose(hContext);
357-
out:
357+
out:
358358
if (szTpmPasswd && !isWellKnown)
359359
shredPasswd( szTpmPasswd );
360360
return iRc;

0 commit comments

Comments
 (0)