[Groonga-commit] groonga/groonga [master] groonga-httpd: fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Aug 12 13:36:52 JST 2012


Kouhei Sutou	2012-08-12 13:36:52 +0900 (Sun, 12 Aug 2012)

  New Revision: 2890d84f51b42f6df81dec21d03a2f7797875d1d
  https://github.com/groonga/groonga/commit/2890d84f51b42f6df81dec21d03a2f7797875d1d

  Log:
    groonga-httpd: fix indent

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

  Modified: src/nginx-module/ngx_http_groonga_module.c (+1 -1)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-08-12 13:36:21 +0900 (4f8cec2)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-08-12 13:36:52 +0900 (ff51d28)
@@ -288,7 +288,7 @@ ngx_http_groonga_handler_send_response(ngx_http_request_t *r,
   grn_ctx *context;
   const char *content_type;
   ngx_buf_t *head_buf, *body_buf, *foot_buf;
-  ngx_chain_t  head_chain, body_chain, foot_chain;
+  ngx_chain_t head_chain, body_chain, foot_chain;
   ngx_chain_t *output_chain = NULL;
 
   context = &(data->context);
-------------- next part --------------
HTML����������������������������...
Download 



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