]> granicus.if.org Git - apache/commitdiff
Just cleaning up some indents
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 7 Aug 2001 16:40:29 +0000 (16:40 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 7 Aug 2001 16:40:29 +0000 (16:40 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89991 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_protocol.c

index 095edef781e83c0592c1dc4b6a27f32720d78e7e..d8c0c413a68279fec0e0e6a265f2311f0a043344 100644 (file)
@@ -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.</p>\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, 
                         "<p>A request of the requested method ",