Trailing whitespace fix.

This commit is contained in:
Maxim Dounin 2012-11-17 00:36:44 +00:00
parent e1d5455a74
commit 246cbd21ce

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