changeset 4916:79c8e87b1fcb

Trailing whitespace fix.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 17 Nov 2012 00:36:44 +0000
parents e62219793beb
children 484aec758d2c
files src/http/ngx_http_upstream.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
         }