Skip to content

Commit 1a0eb3d

Browse files
Jim Nortondanielinux
authored andcommitted
Fixed indentation issue.
1 parent e4c6d4c commit 1a0eb3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/keytools/sign.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2084,8 +2084,8 @@ int main(int argc, char** argv)
20842084
fprintf(stderr, "Invalid custom TLV fields. \n");
20852085
exit(16);
20862086
}
2087-
tag = (uint16_t)arg2num(argv[i + 1], 2);
2088-
len = (uint16_t)strlen(argv[i + 2]);
2087+
tag = (uint16_t)arg2num(argv[i + 1], 2);
2088+
len = (uint16_t)strlen(argv[i + 2]);
20892089
if (tag < 0x0030) {
20902090
fprintf(stderr, "Invalid custom tag: %s\n", argv[i + 1]);
20912091
exit(16);

0 commit comments

Comments
 (0)