Skip to content

Commit a82ec7f

Browse files
committed
minor formatting update
1 parent 6be1c55 commit a82ec7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ngx_http_combined_upstreams_module.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ ngx_http_upstrand_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
10321032

10331033
for (i = 0; i < prev->dyn_upstrands.nelts; i++) {
10341034
ngx_http_cu_varlist_elem_t *elem;
1035-
1035+
10361036
elem = ngx_array_push(&conf->dyn_upstrands);
10371037
if (elem == NULL) {
10381038
return NGX_CONF_ERROR;
@@ -1554,7 +1554,7 @@ ngx_http_upstrand_regex_add_upstream(ngx_conf_t *cf, ngx_array_t *upstreams,
15541554
if (re == NULL) {
15551555
return NGX_CONF_ERROR;
15561556
}
1557-
1557+
15581558
umcf = ngx_http_conf_get_module_main_conf(cf, ngx_http_upstream_module);
15591559
uscfp = umcf->upstreams.elts;
15601560

0 commit comments

Comments
 (0)