From: William A. Rowe Jr
Date: Tue, 7 Aug 2001 16:40:29 +0000 (+0000)
Subject: Just cleaning up some indents
X-Git-Tag: 2.0.23~26
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58c8930a0253c5344ae7fd2d3e998ff1df167389;p=apache
Just cleaning up some indents
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89991 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/modules/http/http_protocol.c b/modules/http/http_protocol.c
index 095edef781..d8c0c413a6 100644
--- a/modules/http/http_protocol.c
+++ b/modules/http/http_protocol.c
@@ -1695,9 +1695,9 @@ static const char *get_canned_error_string(int status,
ap_escape_html(r->pool, r->uri),
" could not be found on this server.
\n",
NULL);
- return(add_optional_notes(r, s1, "variant-list", ""));
+ return(add_optional_notes(r, s1, "variant-list", ""));
case HTTP_MULTIPLE_CHOICES:
- return(add_optional_notes(r, "", "variant-list", ""));
+ return(add_optional_notes(r, "", "variant-list", ""));
case HTTP_LENGTH_REQUIRED:
s1 = apr_pstrcat(p,
"A request of the requested method ",