]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Remove some whitespace not in upstream.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 3 Jul 2021 10:32:46 +0000 (20:32 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Sat, 3 Jul 2021 10:32:46 +0000 (20:32 +1000)
Reduces diff vs OpenBSD by a small amount.

auth.c
channels.c
ssh-pkcs11-helper.c

diff --git a/auth.c b/auth.c
index 929f59a9d511c871e2d49630ca47f4f6bed8fecc..c53202329c3fa31ba546e1fd9592927bba8f6a92 100644 (file)
--- a/auth.c
+++ b/auth.c
@@ -375,7 +375,6 @@ auth_log(struct ssh *ssh, int authenticated, int partial,
 #endif
 }
 
-
 void
 auth_maxtries_exceeded(struct ssh *ssh)
 {
index 0024f7511a91ab7f1d1475e4fa01d7818251036f..a0163be7b8dee19b506ff033d5d9bc0e4ca85bfa 100644 (file)
@@ -4012,7 +4012,7 @@ channel_request_rforward_cancel_streamlocal(struct ssh *ssh, const char *path)
 
        return 0;
 }
+
 /*
  * Request cancellation of remote forwarding of a connection from local side.
  */
index a9a6fe3815d5e9b80f4d37e7fdec16058cf15463..41c85cb30cde74e18b4ac4afe7bb6ab577755329 100644 (file)
@@ -350,7 +350,6 @@ main(int argc, char **argv)
        log_init(__progname, log_level, log_facility, log_stderr);
 
        pkcs11_init(0);
-
        in = STDIN_FILENO;
        out = STDOUT_FILENO;