]> granicus.if.org Git - apache/commitdiff
whitespace format change...
authorJim Jagielski <jim@apache.org>
Sun, 2 Sep 2007 17:37:59 +0000 (17:37 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 2 Sep 2007 17:37:59 +0000 (17:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@572050 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy_connect.c

index d874bdf936cd882e7ebf2f6a72d789ddebc6ea38..8804359c0908dca1006544093615e66a1b31571c 100644 (file)
@@ -176,9 +176,9 @@ static int proxy_connect_handler(request_rec *r, proxy_worker *worker,
      * until we get a successful connection
      */
     if (APR_SUCCESS != err) {
-        return ap_proxyerror(r, HTTP_BAD_GATEWAY, apr_pstrcat(p,
-                             "DNS lookup failure for: ",
-                             connectname, NULL));
+        return ap_proxyerror(r, HTTP_BAD_GATEWAY,
+                             apr_pstrcat(p, "DNS lookup failure for: ",
+                                         connectname, NULL));
     }
 
     /*