From: Maxim Dounin Date: Sat, 17 Nov 2012 00:36:44 +0000 (+0000) Subject: Trailing whitespace fix. X-Git-Tag: release-1.3.9~24 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/postgres_fdw.c?a=commitdiff_plain;h=246cbd21ce2aad389bcf538b6ed420197e1fc132;p=nginx.git Trailing whitespace fix. --- diff --git a/src/http/ngx_http_upstream.c b/src/http/ngx_http_upstream.c index 9a9bfc000..703017f54 100644 --- a/src/http/ngx_http_upstream.c +++ b/src/http/ngx_http_upstream.c @@ -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; }