Trailing whitespace fix.

This commit is contained in:
Maxim Dounin 2012-11-17 00:36:44 +00:00
parent 77849a26d1
commit 426425f465

View file

@ -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;
}