From: Christophe Jaillet Date: Fri, 17 Apr 2015 05:48:28 +0000 (+0000) Subject: tab vs space X-Git-Tag: 2.5.0-alpha~3263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c95e60170d06513f9a60fa901a71177f9f3cb4c8;p=thirdparty%2Fapache%2Fhttpd.git tab vs space git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674214 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/suexec.c b/support/suexec.c index 7cb3957c571..0389b60e3e4 100644 --- a/support/suexec.c +++ b/support/suexec.c @@ -256,9 +256,9 @@ static void clean_env(void) if (strncmp(*ep, "HTTP_", 5) == 0) { if (strncmp(*ep + 5, "PROXY=", 6) == 0) { /* - * HTTP_PROXY is treated as alias for http_proxy by some - * programs. - */ + * HTTP_PROXY is treated as alias for http_proxy by some + * programs. + */ } else { /* Other HTTP_* are safe */