]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
tab vs space
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 17 Apr 2015 05:48:28 +0000 (05:48 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 17 Apr 2015 05:48:28 +0000 (05:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674214 13f79535-47bb-0310-9956-ffa450edef68

support/suexec.c

index 7cb3957c571c07f664f7e8863e17e6328049c7a4..0389b60e3e4c2c36704b4936c8b4a7c1f102fcf0 100644 (file)
@@ -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 */