]> granicus.if.org Git - apache/commitdiff
style nit (fix the one unaligned "=" out of fifteen)
authorJeff Trawick <trawick@apache.org>
Wed, 10 Mar 2010 11:02:00 +0000 (11:02 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 10 Mar 2010 11:02:00 +0000 (11:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@921302 13f79535-47bb-0310-9956-ffa450edef68

server/protocol.c

index ef4c4b7659599d966d8759a4e030cab2432b098f..7b5c9b922de8d1184eacefccdd204c8c5863fc18 100644 (file)
@@ -1116,7 +1116,7 @@ AP_DECLARE(void) ap_set_sub_req_protocol(request_rec *rnew,
 
     rnew->status          = HTTP_OK;
 
-    rnew->headers_in = apr_table_copy(rnew->pool, r->headers_in);
+    rnew->headers_in      = apr_table_copy(rnew->pool, r->headers_in);
 
     /* did the original request have a body?  (e.g. POST w/SSI tags)
      * if so, make sure the subrequest doesn't inherit body headers