From 9d068702d0b68c2af21cd6a3b50e75b60e56af1f Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Tue, 9 Mar 2021 15:01:41 +0100
Subject: [PATCH] socks5_connect(): Fix indentation

---
 gateway.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gateway.c b/gateway.c
index e28ebb33..f1a20749 100644
--- 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)
          {
-- 
2.49.0