]> git.kaiwu.me - nginx.git/commitdiff
Trailing whitespace fix.
authorMaxim Dounin <mdounin@mdounin.ru>
Sat, 17 Nov 2012 00:36:44 +0000 (00:36 +0000)
committerMaxim Dounin <mdounin@mdounin.ru>
Sat, 17 Nov 2012 00:36:44 +0000 (00:36 +0000)
src/http/ngx_http_upstream.c

index 9a9bfc0008a735927f3a3d0030c7014a36f64c78..703017f542827d38bd68f0acc7a71f46ef12d0e4 100644 (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;
         }