changeset 959:e17adcf2a633

style fix
author Igor Sysoev <igor@sysoev.ru>
date Thu, 28 Dec 2006 20:12:03 +0000
parents 82528072f415
children 20279ed90b19
files src/http/modules/ngx_http_range_filter_module.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/http/modules/ngx_http_range_filter_module.c	Tue Dec 26 11:50:56 2006 +0000
+++ b/src/http/modules/ngx_http_range_filter_module.c	Thu Dec 28 20:12:03 2006 +0000
@@ -160,7 +160,8 @@
     }
 
     if (ngx_array_init(&r->headers_out.ranges, r->pool, 2,
-                                        sizeof(ngx_http_range_t)) == NGX_ERROR)
+                       sizeof(ngx_http_range_t))
+        == NGX_ERROR)
     {
         return NGX_ERROR;
     }