style fix: remove trailing spaces

This commit is contained in:
Igor Sysoev 2006-10-25 16:19:03 +00:00
parent 9644b8293a
commit 62f87beb76

View File

@ -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,