# HG changeset patch # User Maxim Dounin # Date 1353112604 0 # Node ID 79c8e87b1fcbf639ff935eab8f9c5f1a5c32531f # Parent e62219793beb7f9d308ff6c366360aca153f8044 Trailing whitespace fix. diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -1818,7 +1818,7 @@ ngx_http_upstream_test_connect(ngx_conne } 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; }