From 62f87beb76d2af236ae79799b165c3d130891dbe Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 25 Oct 2006 16:19:03 +0000 Subject: style fix: remove trailing spaces --- src/http/modules/ngx_http_memcached_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/http/modules/ngx_http_memcached_module.c b/src/http/modules/ngx_http_memcached_module.c index eb91e9b65..63bda6498 100644 --- a/src/http/modules/ngx_http_memcached_module.c +++ b/src/http/modules/ngx_http_memcached_module.c @@ -603,7 +603,7 @@ ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) u.url = value[1]; u.uri_part = 1; - + if (ngx_parse_url(cf, &u) != NGX_OK) { if (u.err) { ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, -- cgit