]> andersk Git - openssh.git/blobdiff - sftp.c
- (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
[openssh.git] / sftp.c
diff --git a/sftp.c b/sftp.c
index a77be84c6701f81e6b8360a70164769e8a6f54c1..6dff39ede56a9669c5a6f5ac347db6c888d2c6a4 100644 (file)
--- a/sftp.c
+++ b/sftp.c
@@ -1299,8 +1299,8 @@ interactive_loop(int fd_in, int fd_out, char *file1, char *file2)
        setvbuf(stdout, NULL, _IOLBF, 0);
        setvbuf(infile, NULL, _IOLBF, 0);
 #else
-       setlinebuf(stdout);
-       setlinebuf(infile);
+       setlinebuf(stdout);
+       setlinebuf(infile);
 #endif
 
        err = 0;
@@ -1562,8 +1562,8 @@ main(int argc, char **argv)
        err = interactive_loop(in, out, file1, file2);
 
 #if !defined(USE_PIPES)
-       shutdown(in, SHUT_RDWR);
-       shutdown(out, SHUT_RDWR);
+       shutdown(in, SHUT_RDWR);
+       shutdown(out, SHUT_RDWR);
 #endif
 
        close(in);
This page took 0.032877 seconds and 4 git commands to generate.