Skip to content

Commit 5abc8d6

Browse files
committed
Fix formating (untabify).
1 parent a6dd9f1 commit 5abc8d6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/internal.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7585,12 +7585,12 @@ static int DoUserAuthRequestPublicKey(WOLFSSH* ssh, WS_UserAuthData* authData,
75857585
if (ret == WOLFSSH_USERAUTH_WOULD_BLOCK) {
75867586
ret = WS_AUTH_PENDING;
75877587
}
7588-
else if (ret == WOLFSSH_USERAUTH_REJECTED) {
7588+
else if (ret == WOLFSSH_USERAUTH_REJECTED) {
75897589
#ifndef NO_FAILURE_ON_REJECTED
7590-
authFailure = 1;
7590+
authFailure = 1;
75917591
#endif
7592-
ret = WS_USER_AUTH_E;
7593-
}
7592+
ret = WS_USER_AUTH_E;
7593+
}
75947594
else {
75957595
if (ret == WOLFSSH_USERAUTH_PARTIAL_SUCCESS) {
75967596
partialSuccess = 1;

0 commit comments

Comments
 (0)