diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-05-14 07:54:52 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-14 07:54:52 +0000 |
| commit | 433608c18072cbaa99deddf4432ab2537397f025 (patch) | |
| tree | abe6c6be7e61bb9c8e19171b5e23e6f153598843 /src/http | |
| parent | 7a06fbdcca41102de3b5ca0615f91c931cc600b0 (diff) | |
| download | nginx-433608c18072cbaa99deddf4432ab2537397f025.tar.gz nginx-433608c18072cbaa99deddf4432ab2537397f025.tar.bz2 | |
style fix: remove tabs and trailing spaces
Diffstat (limited to 'src/http')
| -rw-r--r-- | src/http/ngx_http_core_module.c | 2 |
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; } |
