1
0
mirror of https://github.com/apache/httpd.git synced 2025-08-08 15:02:10 +03:00

whitespace

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208067 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jim Jagielski
2011-11-29 21:14:03 +00:00
parent 3273379307
commit cde53e72f0

View File

@@ -670,8 +670,8 @@ static int proxy_trans(request_rec *r)
} }
} }
conf conf = (proxy_server_conf *) ap_get_module_config(r->server->module_config,
= (proxy_server_conf *) ap_get_module_config(r->server->module_config, &proxy_module); &proxy_module);
/* long way - walk the list of aliases, find a match */ /* long way - walk the list of aliases, find a match */
if (conf->aliases->nelts) { if (conf->aliases->nelts) {