]> granicus.if.org Git - apache/commitdiff
Two blank lines for clarity; whitespace only change.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 03:34:57 +0000 (03:34 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 8 Aug 2005 03:34:57 +0000 (03:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@230745 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_http.c

index 82013ef4e0d39d7b072924848f619c42cfa4192c..06afae12c15de27f55e54316d0b47911cbefe1f7 100644 (file)
@@ -952,6 +952,7 @@ skip_body:
         ap_assert(1 != 1);
         break;
     }
+
     if (status != APR_SUCCESS) {
         ap_log_error(APLOG_MARK, APLOG_ERR, status, r->server,
                      "proxy: pass request body failed to %pI (%s)"
@@ -962,6 +963,7 @@ skip_body:
                      c->remote_host ? c->remote_host: "");
         return status;
     }
+
     return APR_SUCCESS;
 }