]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Sync whitespace with upstream.
authorDarren Tucker <dtucker@dtucker.net>
Sun, 8 Feb 2026 19:41:07 +0000 (06:41 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Sun, 8 Feb 2026 22:06:17 +0000 (09:06 +1100)
log.c
sftp.c

diff --git a/log.c b/log.c
index 679c243563977cb09a9a0c37a652d19755f24cd8..2dba5b57fec17a28d8c247521fbd04b38863ade5 100644 (file)
--- a/log.c
+++ b/log.c
@@ -64,7 +64,6 @@ static log_handler_fn *log_handler;
 static void *log_handler_ctx;
 static char **log_verbose;
 static size_t nlog_verbose;
-
 extern char *__progname;
 
 #define LOG_SYSLOG_VIS (VIS_CSTYLE|VIS_NL|VIS_TAB|VIS_OCTAL)
diff --git a/sftp.c b/sftp.c
index 1e509f897a813ac66ae12350bdaaf5726fbc1f75..78b37ebbdc6711d8ab5431f26d2fb13283baf0c5 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -46,7 +46,6 @@ typedef void EditLine;
 #include <stdio.h>
 #include <string.h>
 #include <unistd.h>
-
 #include <util.h>
 
 #include "xmalloc.h"