diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2015-04-17 05:48:28 +0000 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2015-04-17 05:48:28 +0000 |
commit | c95e60170d06513f9a60fa901a71177f9f3cb4c8 (patch) | |
tree | 97ad9238b294db2273e1a847bccf9a658b080af2 /support | |
parent | 0b246876659989d5840efc9bf63116d9f5b2625e (diff) | |
download | httpd-c95e60170d06513f9a60fa901a71177f9f3cb4c8.tar.gz |
tab vs space
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1674214 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support')
-rw-r--r-- | support/suexec.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/suexec.c b/support/suexec.c index 7cb3957c57..0389b60e3e 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 */ |