summaryrefslogtreecommitdiffhomepage
path: root/src/http
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2008-05-14 07:54:52 +0000
committerIgor Sysoev <igor@sysoev.ru>2008-05-14 07:54:52 +0000
commit433608c18072cbaa99deddf4432ab2537397f025 (patch)
treeabe6c6be7e61bb9c8e19171b5e23e6f153598843 /src/http
parent7a06fbdcca41102de3b5ca0615f91c931cc600b0 (diff)
downloadnginx-433608c18072cbaa99deddf4432ab2537397f025.tar.gz
nginx-433608c18072cbaa99deddf4432ab2537397f025.tar.bz2
style fix: remove tabs and trailing spaces
Diffstat (limited to '')
-rw-r--r--src/http/ngx_http_core_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_core_module.c b/src/http/ngx_http_core_module.c
index f57db3622..cb9eb14c7 100644
--- a/src/http/ngx_http_core_module.c
+++ b/src/http/ngx_http_core_module.c
@@ -2922,7 +2922,7 @@ ngx_http_core_merge_loc_conf(ngx_conf_t *cf, void *parent, void *child)
return NGX_CONF_ERROR;
}
}
-
+
conf->resolver = prev->resolver;
}