mirror of
https://github.com/nginx/nginx.git
synced 2024-12-20 06:03:31 -06:00
Trailing whitespace fix.
This commit is contained in:
parent
e1d5455a74
commit
246cbd21ce
@ -1818,7 +1818,7 @@ ngx_http_upstream_test_connect(ngx_connection_t *c)
|
||||
}
|
||||
|
||||
c->log->action = "connecting to upstream";
|
||||
(void) ngx_connection_error(c, err,
|
||||
(void) ngx_connection_error(c, err,
|
||||
"kevent() reported that connect() failed");
|
||||
return NGX_ERROR;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user