net-libs/libwebsockets: remove disrupting spaces from a patch
authorJoonas Niilola <juippis@gentoo.org>
Mon, 6 Jan 2020 15:34:59 +0000 (17:34 +0200)
committerJoonas Niilola <juippis@gentoo.org>
Mon, 6 Jan 2020 15:40:19 +0000 (17:40 +0200)
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
net-libs/libwebsockets/files/libwebsockets-3.2.1-socks5-noclient-compilefailure.patch

index d76744a1414293e12ffeae72c4616289472515a2..a7cffbb1f111b68792f43aa4d489759b78aba082 100644 (file)
@@ -16,14 +16,14 @@ index 69fe26a5..283b802e 100644
 --- a/lib/core-net/vhost.c
 +++ b/lib/core-net/vhost.c
 @@ -437,7 +437,7 @@ lws_create_vhost(struct lws_context *context,
-       struct lws_protocols *lwsp;
-       int m, f = !info->pvo, fx = 0, abs_pcol_count = 0;
-       char buf[96];
+       struct lws_protocols *lwsp;
+       int m, f = !info->pvo, fx = 0, abs_pcol_count = 0;
+       char buf[96];
 -#if !defined(LWS_WITHOUT_CLIENT) && defined(LWS_HAVE_GETENV)
 +#if (!defined(LWS_WITHOUT_CLIENT) || defined(LWS_WITH_SOCKS5)) && defined(LWS_HAVE_GETENV)
-       char *p;
+       char *p;
  #endif
-       int n;
+       int n;
 -- 
 2.23.0