mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 13:09:10 -06:00
style fix: remove trailing spaces
This commit is contained in:
parent
9644b8293a
commit
62f87beb76
@ -603,7 +603,7 @@ ngx_http_memcached_pass(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
|
|||||||
|
|
||||||
u.url = value[1];
|
u.url = value[1];
|
||||||
u.uri_part = 1;
|
u.uri_part = 1;
|
||||||
|
|
||||||
if (ngx_parse_url(cf, &u) != NGX_OK) {
|
if (ngx_parse_url(cf, &u) != NGX_OK) {
|
||||||
if (u.err) {
|
if (u.err) {
|
||||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user