aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/ngx_http_memcached_module.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-10-25 16:19:03 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-10-25 16:19:03 +0000
commit62f87beb76d2af236ae79799b165c3d130891dbe (patch)
tree7d18f96f4b71c5bd2eabadb370ec0365eaf298c0 /src/http/modules/ngx_http_memcached_module.c
parent9644b8293aefaaf974d7c2822da63ed284c167fe (diff)
downloadnginx-62f87beb76d2af236ae79799b165c3d130891dbe.tar.gz
nginx-62f87beb76d2af236ae79799b165c3d130891dbe.zip
style fix: remove trailing spaces
Diffstat (limited to 'src/http/modules/ngx_http_memcached_module.c')
-rw-r--r--src/http/modules/ngx_http_memcached_module.c2
1 files changed, 1 insertions, 1 deletions
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,