Commit 126c4b85 authored by Justin Erenkrantz's avatar Justin Erenkrantz
Browse files

This section of tabs in the middle of space-only bugs me.

Reformat this section.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91897 13f79535-47bb-0310-9956-ffa450edef68
parent a11cb714
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
@@ -204,7 +204,8 @@ AP_DECLARE(void) ap_die(int type, request_rec *r)
             * 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) {
            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");