Remove some whitespace not in upstream.

Reduces diff vs OpenBSD by a small amount.
This commit is contained in:
Darren Tucker 2021-07-03 20:32:46 +10:00
parent 4d2d4d47a1
commit 888c459925
3 changed files with 1 additions and 3 deletions

1
auth.c
View File

@ -375,7 +375,6 @@ auth_log(struct ssh *ssh, int authenticated, int partial,
#endif #endif
} }
void void
auth_maxtries_exceeded(struct ssh *ssh) auth_maxtries_exceeded(struct ssh *ssh)
{ {

View File

@ -4012,7 +4012,7 @@ channel_request_rforward_cancel_streamlocal(struct ssh *ssh, const char *path)
return 0; return 0;
} }
/* /*
* Request cancellation of remote forwarding of a connection from local side. * Request cancellation of remote forwarding of a connection from local side.
*/ */

View File

@ -350,7 +350,6 @@ main(int argc, char **argv)
log_init(__progname, log_level, log_facility, log_stderr); log_init(__progname, log_level, log_facility, log_stderr);
pkcs11_init(0); pkcs11_init(0);
in = STDIN_FILENO; in = STDIN_FILENO;
out = STDOUT_FILENO; out = STDOUT_FILENO;