]> git.kaiwu.me - nginx.git/commitdiff
style fix
authorIgor Sysoev <igor@sysoev.ru>
Fri, 28 Aug 2009 07:50:45 +0000 (07:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Fri, 28 Aug 2009 07:50:45 +0000 (07:50 +0000)
src/http/ngx_http_request.c

index 07bd563020fbe7f045a47dcc00fed02dbb85c56c..ea8843bfcc15e785677a6fe987f1600d361df92b 100644 (file)
@@ -2039,9 +2039,9 @@ ngx_http_terminate_request(ngx_http_request_t *r, ngx_int_t rc)
                    "http terminate cleanup count: %d", mr->count);
 
     if (mr->write_event_handler) {
-       mr->posted_requests = NULL;
-       mr->write_event_handler = ngx_http_terminate_handler;
-       (void) ngx_http_post_request(mr);
+        mr->posted_requests = NULL;
+        mr->write_event_handler = ngx_http_terminate_handler;
+        (void) ngx_http_post_request(mr);
         return;
     }