socks5_connect(): Fix indentation
authorFabian Keil <fk@fabiankeil.de>
Tue, 9 Mar 2021 14:01:41 +0000 (15:01 +0100)
committerFabian Keil <fk@fabiankeil.de>
Fri, 12 Mar 2021 11:34:11 +0000 (12:34 +0100)
gateway.c

index e28ebb3..f1a2074 100644 (file)
--- a/gateway.c
+++ b/gateway.c
@@ -1360,7 +1360,7 @@ static jb_socket socks5_connect(const struct forward_spec *fwd,
          }
          else if (sbuf[3] != '\x01')
          {
-             errstr = "SOCKS5 reply contains unsupported address type";
+            errstr = "SOCKS5 reply contains unsupported address type";
          }
          if (errstr == NULL)
          {