[openssh-commits] [openssh] 01/04: Remove some whitespace not in upstream.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Jul 3 20:38:43 AEST 2021


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 888c459925c7478ce22ff206c9ac1fb812a40caf
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jul 3 20:32:46 2021 +1000

    Remove some whitespace not in upstream.
    
    Reduces diff vs OpenBSD by a small amount.
---
 auth.c              | 1 -
 channels.c          | 2 +-
 ssh-pkcs11-helper.c | 1 -
 3 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/auth.c b/auth.c
index 929f59a9..c5320232 100644
--- 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)
 {
diff --git a/channels.c b/channels.c
index 0024f751..a0163be7 100644
--- a/channels.c
+++ b/channels.c
@@ -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.
  */
diff --git a/ssh-pkcs11-helper.c b/ssh-pkcs11-helper.c
index a9a6fe38..41c85cb3 100644
--- a/ssh-pkcs11-helper.c
+++ b/ssh-pkcs11-helper.c
@@ -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;
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list