Skip to content

Commit 0c115a1

Browse files
committed
whitespace
1 parent fff8320 commit 0c115a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pk/ecc/ecc_sign_hash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ static int _ecc_sign_hash(const unsigned char *in, unsigned long inlen,
9696
} while (--max_iterations > 0);
9797

9898
if (max_iterations == 0) {
99-
goto errnokey;
99+
goto errnokey;
100100
}
101101

102102
if (sigformat == 1) {

0 commit comments

Comments
 (0)