Skip to content

Commit fe67a64

Browse files
committed
Untabify the code. Have no idea who put all those tabs in sources.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104795 13f79535-47bb-0310-9956-ffa450edef68
1 parent 7e9c137 commit fe67a64

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

modules/proxy/mod_proxy.c

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,17 +1065,17 @@ static const char *
10651065

10661066
if (ap_proxy_is_ipaddr(New, parms->pool)) {
10671067
#if DEBUGGING
1068-
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
1069-
"Parsed addr %s", inet_ntoa(New->addr));
1070-
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
1071-
"Parsed mask %s", inet_ntoa(New->mask));
1068+
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
1069+
"Parsed addr %s", inet_ntoa(New->addr));
1070+
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
1071+
"Parsed mask %s", inet_ntoa(New->mask));
10721072
#endif
10731073
}
10741074
else if (ap_proxy_is_domainname(New, parms->pool)) {
1075-
ap_str_tolower(New->name);
1075+
ap_str_tolower(New->name);
10761076
#if DEBUGGING
1077-
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
1078-
"Parsed domain %s", New->name);
1077+
ap_log_error(APLOG_MARK, APLOG_STARTUP, 0, NULL,
1078+
"Parsed domain %s", New->name);
10791079
#endif
10801080
}
10811081
else if (ap_proxy_is_hostname(New, parms->pool)) {
@@ -1407,7 +1407,7 @@ static const char *
14071407
static void ap_add_per_proxy_conf(server_rec *s, ap_conf_vector_t *dir_config)
14081408
{
14091409
proxy_server_conf *sconf = ap_get_module_config(s->module_config,
1410-
&proxy_module);
1410+
&proxy_module);
14111411
void **new_space = (void **)apr_array_push(sconf->sec_proxy);
14121412

14131413
*new_space = dir_config;
@@ -1721,9 +1721,9 @@ module AP_MODULE_DECLARE_DATA proxy_module =
17211721
STANDARD20_MODULE_STUFF,
17221722
create_proxy_dir_config, /* create per-directory config structure */
17231723
merge_proxy_dir_config, /* merge per-directory config structures */
1724-
create_proxy_config, /* create per-server config structure */
1725-
merge_proxy_config, /* merge per-server config structures */
1726-
proxy_cmds, /* command table */
1724+
create_proxy_config, /* create per-server config structure */
1725+
merge_proxy_config, /* merge per-server config structures */
1726+
proxy_cmds, /* command table */
17271727
register_hooks
17281728
};
17291729

@@ -1757,5 +1757,5 @@ APR_IMPLEMENT_EXTERNAL_HOOK_RUN_FIRST(proxy, PROXY, int, post_request,
17571757
proxy_server_conf *conf),(worker,
17581758
balancer,r,conf),DECLINED)
17591759
APR_IMPLEMENT_OPTIONAL_HOOK_RUN_ALL(proxy, PROXY, int, fixups,
1760-
(request_rec *r), (r),
1761-
OK, DECLINED)
1760+
(request_rec *r), (r),
1761+
OK, DECLINED)

0 commit comments

Comments
 (0)