mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-29 08:44:52 +02:00
Remove some whitespace not in upstream.
Reduces diff vs OpenBSD by a small amount.
This commit is contained in:
parent
4d2d4d47a1
commit
888c459925
1
auth.c
1
auth.c
@ -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)
|
||||||
{
|
{
|
||||||
|
@ -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.
|
||||||
*/
|
*/
|
||||||
|
@ -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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user