[Groonga-commit] groonga/groonga at 7942ef7 [master] httpd: remove needless empty lines

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Oct 13 19:58:54 JST 2013


Kouhei Sutou	2013-10-13 19:58:54 +0900 (Sun, 13 Oct 2013)

  New Revision: 7942ef79a84ac88d68bfcccffcfae5d728011871
  https://github.com/groonga/groonga/commit/7942ef79a84ac88d68bfcccffcfae5d728011871

  Message:
    httpd: remove needless empty lines
    
    Empty lines should use for creating logical blocks but they don't do
    it.

  Modified files:
    src/httpd/nginx-module/ngx_http_groonga_module.c

  Modified: src/httpd/nginx-module/ngx_http_groonga_module.c (+0 -3)
===================================================================
--- src/httpd/nginx-module/ngx_http_groonga_module.c    2013-10-13 19:57:26 +0900 (bdbfe67)
+++ src/httpd/nginx-module/ngx_http_groonga_module.c    2013-10-13 19:58:54 +0900 (c3a783c)
@@ -622,10 +622,8 @@ ngx_http_groonga_join_request_body_chain(ngx_http_request_t *r,
                       "http_groonga: failed to read a request body stored in a file");
         return rc;
       }
-
     } else {
       ngx_memcpy(out_cursor, buffer->pos, buffer_size);
-
     }
     out_cursor += buffer_size;
   }
@@ -661,7 +659,6 @@ ngx_http_groonga_handler_process_body(ngx_http_request_t *r,
                                                 r->request_body->bufs,
                                                 &body_data,
                                                 &body_data_end);
-
   if (rc != NGX_OK) {
     return rc;
   }
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index