mirror of
https://github.com/nginx/nginx.git
synced 2026-08-04 14:58:20 +00:00
style fix: remove trailing spaces
This commit is contained in:
parent
9644b8293a
commit
62f87beb76
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue