- (djm) [auth-pam.c sftp.c] spaces vs. tabs at start of line
diff --git a/sftp.c b/sftp.c
index a77be84..6dff39e 100644
--- a/sftp.c
+++ b/sftp.c
@@ -1299,8 +1299,8 @@
 	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 @@
 	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);