summaryrefslogtreecommitdiff
path: root/support/suexec.c
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2015-04-17 05:48:28 +0000
committerChristophe Jaillet <jailletc36@apache.org>2015-04-17 05:48:28 +0000
commitc95e60170d06513f9a60fa901a71177f9f3cb4c8 (patch)
tree97ad9238b294db2273e1a847bccf9a658b080af2 /support/suexec.c
parent0b246876659989d5840efc9bf63116d9f5b2625e (diff)
downloadhttpd-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/suexec.c')
-rw-r--r--support/suexec.c6
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 */