diff scp.c @ 1250:2bb4c662d1c2

more hard tab
author Francois Perrad <francois.perrad@gadz.org>
date Fri, 01 Jan 2016 15:02:09 +0100
parents 0a1891e23b18
children 52a456a3add0
line wrap: on
line diff
--- a/scp.c	Thu Dec 31 15:59:01 2015 +0100
+++ b/scp.c	Fri Jan 01 15:02:09 2016 +0100
@@ -441,9 +441,9 @@
 	 */
 	if (do_cmd_pid != -1 && errs == 0) {
 		if (remin != -1)
-		    (void) close(remin);
+			(void) close(remin);
 		if (remout != -1)
-		    (void) close(remout);
+			(void) close(remout);
 		if (waitpid(do_cmd_pid, &status, 0) == -1)
 			errs = 1;
 		else {