changeset 1502:73aa542e76fe

fix indentation
author Francois Perrad <francois.perrad@gadz.org>
date Thu, 25 Jan 2018 18:19:29 +0100
parents 2d450c1056e3
children 78d8c3ffdfe1
files svr-tcpfwd.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/svr-tcpfwd.c	Thu Jul 20 19:38:26 2017 +0000
+++ b/svr-tcpfwd.c	Thu Jan 25 18:19:29 2018 +0100
@@ -95,7 +95,7 @@
 			buf_putint(ses.writepayload, allocated_listen_port);
 			encrypt_packet();
 			wantreply = 0; //so out does not do so
-	  }
+		}
 	} else if (strcmp("cancel-tcpip-forward", reqname) == 0) {
 		ret = svr_cancelremotetcp();
 	} else {