summaryrefslogtreecommitdiff
path: root/modules/http
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2011-09-23 18:08:42 +0000
committerStefan Fritsch <sf@apache.org>2011-09-23 18:08:42 +0000
commit1951a037bf2b1009cf6908b035e868a90f2dfb59 (patch)
tree9d956f9fe11682fd311d51d49c2c270be110d568 /modules/http
parent427c85bd2353796cbd8253854dd2fb2ccfbf8bdc (diff)
downloadhttpd-1951a037bf2b1009cf6908b035e868a90f2dfb59.tar.gz
More cleanup: Expand tabs and some more indentation fixes
No functional change git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1174929 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http')
-rw-r--r--modules/http/http_filters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/http/http_filters.c b/modules/http/http_filters.c
index 8723c571da..eda0e5dd1f 100644
--- a/modules/http/http_filters.c
+++ b/modules/http/http_filters.c
@@ -959,8 +959,8 @@ static void basic_http_header(request_rec *r, apr_bucket_brigade *bb,
if (APLOGrtrace3(r)) {
ap_log_rerror(APLOG_MARK, APLOG_TRACE3, 0, r,
"Response sent with status %d%s",
- r->status,
- APLOGrtrace4(r) ? ", headers:" : "");
+ r->status,
+ APLOGrtrace4(r) ? ", headers:" : "");
/*
* Date and Server are less interesting, use TRACE5 for them while