]> granicus.if.org Git - apache/commitdiff
This section of tabs in the middle of space-only bugs me.
authorJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 13 Nov 2001 06:12:41 +0000 (06:12 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Tue, 13 Nov 2001 06:12:41 +0000 (06:12 +0000)
Reformat this section.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91897 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_request.c

index e35ec058bafb70dc0ca8d7be5f46c119aa33ab2a..9bb4bece4ea7020f821c6c49b71a87a3e3405c86 100644 (file)
@@ -199,14 +199,15 @@ AP_DECLARE(void) ap_die(int type, request_rec *r)
              */
             apr_table_setn(r->subprocess_env, "REQUEST_METHOD", r->method);
 
-           /*
-            * Provide a special method for modules to communicate
-            * more informative (than the plain canned) messages to us.
-            * Propagate them to ErrorDocuments via the ERROR_NOTES variable:
-            */
-            if ((error_notes = apr_table_get(r->notes, "error-notes")) != NULL) {
-               apr_table_setn(r->subprocess_env, "ERROR_NOTES", error_notes);
-           }
+            /*
+             * Provide a special method for modules to communicate
+             * more informative (than the plain canned) messages to us.
+             * Propagate them to ErrorDocuments via the ERROR_NOTES variable:
+             */
+            if ((error_notes = apr_table_get(r->notes, 
+                                             "error-notes")) != NULL) {
+                apr_table_setn(r->subprocess_env, "ERROR_NOTES", error_notes);
+            }
             r->method = apr_pstrdup(r->pool, "GET");
             r->method_number = M_GET;
             ap_internal_redirect(custom_response, r);