[nginx] svn commit: r4917 - trunk/src/http
mdounin at mdounin.ru
mdounin at mdounin.ru
Sat Nov 17 00:36:45 UTC 2012
Author: mdounin
Date: 2012-11-17 00:36:44 +0000 (Sat, 17 Nov 2012)
New Revision: 4917
URL: http://trac.nginx.org/nginx/changeset/4917/nginx
Log:
Trailing whitespace fix.
Modified:
trunk/src/http/ngx_http_upstream.c
Modified: trunk/src/http/ngx_http_upstream.c
===================================================================
--- trunk/src/http/ngx_http_upstream.c 2012-11-16 18:29:19 UTC (rev 4916)
+++ trunk/src/http/ngx_http_upstream.c 2012-11-17 00:36:44 UTC (rev 4917)
@@ -1818,7 +1818,7 @@
}
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;
}
More information about the nginx-devel
mailing list