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

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 25日 (水) 16:05:54 JST


Kouhei Sutou	2012-07-25 16:05:54 +0900 (Wed, 25 Jul 2012)

  New Revision: ed0637b6a529a8cf9bfa92ff54048b10e8b20b96
  https://github.com/groonga/groonga/commit/ed0637b6a529a8cf9bfa92ff54048b10e8b20b96

  Log:
    httpd: fix style

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

  Modified: src/nginx-module/ngx_http_groonga_module.c (+2 -1)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-07-25 16:04:47 +0900 (ea03089)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-07-25 16:05:54 +0900 (0ce0b17)
@@ -68,7 +68,8 @@ ngx_str_null_terminate(ngx_pool_t *pool, const ngx_str_t *string)
 }
 
 static ngx_int_t
-ngx_http_groonga_context_check(ngx_log_t *log, grn_ctx *context) {
+ngx_http_groonga_context_check(ngx_log_t *log, grn_ctx *context)
+{
   if (context->rc == GRN_SUCCESS) {
     return NGX_OK;
   } else {
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
다운로드 



Groonga-commit メーリングリストの案内
Back to archive index