[openssh-commits] [openssh] 01/04: upstream: remove blank line

git+noreply at mindrot.org git+noreply at mindrot.org
Sun Mar 20 19:54:51 AEDT 2022


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

djm pushed a commit to branch master
in repository openssh.

commit 1c83c082128694ddd11ac05fdf31d70312ff1763
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Mar 18 02:50:21 2022 +0000

    upstream: remove blank line
    
    OpenBSD-Commit-ID: d5e0182965b2fbfb03ad5f256d1a1ce5706bcddf
---
 sftp.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sftp.c b/sftp.c
index 8cb5917a..01e0afef 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: sftp.c,v 1.212 2021/09/11 09:05:50 schwarze Exp $ */
+/* $OpenBSD: sftp.c,v 1.213 2022/03/18 02:50:21 djm Exp $ */
 /*
  * Copyright (c) 2001-2004 Damien Miller <djm at openbsd.org>
  *
@@ -2272,7 +2272,6 @@ static void
 connect_to_server(char *path, char **args, int *in, int *out)
 {
 	int c_in, c_out;
-
 #ifdef USE_PIPES
 	int pin[2], pout[2];
 

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


More information about the openssh-commits mailing list