diff src/http/ngx_http_upstream.h @ 3795:254c09d0f791

style fix
author Igor Sysoev <igor@sysoev.ru>
date Fri, 26 Nov 2010 13:58:28 +0000
parents b0a0686a85bb
children 215fe9223419
line wrap: on
line diff
--- a/src/http/ngx_http_upstream.h	Fri Nov 26 13:36:36 2010 +0000
+++ b/src/http/ngx_http_upstream.h	Fri Nov 26 13:58:28 2010 +0000
@@ -53,7 +53,7 @@
     ngx_uint_t                       status;
     time_t                           response_sec;
     ngx_uint_t                       response_msec;
-    off_t                           response_length;
+    off_t                            response_length;
 
     ngx_str_t                       *peer;
 } ngx_http_upstream_state_t;