[Groonga-commit] groonga/groonga [master] style: don't vertically align structs

Back to archive index

null+****@clear***** null+****@clear*****
2012年 6月 28日 (木) 14:46:56 JST


Ryo Onodera	2012-06-28 14:46:56 +0900 (Thu, 28 Jun 2012)

  New Revision: 15a9e95c9349d19f00f8dffb82932b88fe651169
  https://github.com/groonga/groonga/commit/15a9e95c9349d19f00f8dffb82932b88fe651169

  Log:
    style: don't vertically align structs

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

  Modified: src/nginx-module/ngx_http_groonga_module.c (+16 -16)
===================================================================
--- src/nginx-module/ngx_http_groonga_module.c    2012-06-28 14:43:43 +0900 (970881d)
+++ src/nginx-module/ngx_http_groonga_module.c    2012-06-28 14:46:56 +0900 (013f61c)
@@ -57,32 +57,32 @@ static ngx_int_t ngx_http_groonga_pre_configuration(ngx_cycle_t *cycle);
 
 static ngx_http_module_t ngx_http_groonga_module_ctx = {
   ngx_http_groonga_pre_configuration, /* preconfiguration */
-  NULL,                          /* postconfiguration */
+  NULL, /* postconfiguration */
 
-  NULL,                          /* create main configuration */
-  NULL,                          /* init main configuration */
+  NULL, /* create main configuration */
+  NULL, /* init main configuration */
 
-  NULL,                          /* create server configuration */
-  NULL,                          /* merge server configuration */
+  NULL, /* create server configuration */
+  NULL, /* merge server configuration */
 
   ngx_http_groonga_create_loc_conf, /* create location configuration */
-  ngx_http_groonga_merge_loc_conf,  /* merge location configuration */
+  ngx_http_groonga_merge_loc_conf, /* merge location configuration */
 };
 
 static void ngx_http_groonga_exit_master(ngx_cycle_t *cycle);
 
 ngx_module_t ngx_http_groonga_module = {
   NGX_MODULE_V1,
-  &ngx_http_groonga_module_ctx,  /* module context */
-  ngx_http_groonga_commands,     /* module directives */
-  NGX_HTTP_MODULE,               /* module type */
-  NULL,                          /* init master */
-  NULL,                          /* init module */
-  NULL,                          /* init process */
-  NULL,                          /* init thread */
-  NULL,                          /* exit thread */
-  NULL,                          /* exit process */
-  ngx_http_groonga_exit_master,  /* exit master */
+  &ngx_http_groonga_module_ctx, /* module context */
+  ngx_http_groonga_commands, /* module directives */
+  NGX_HTTP_MODULE, /* module type */
+  NULL, /* init master */
+  NULL, /* init module */
+  NULL, /* init process */
+  NULL, /* init thread */
+  NULL, /* exit thread */
+  NULL, /* exit process */
+  ngx_http_groonga_exit_master, /* exit master */
   NGX_MODULE_V1_PADDING
 };
 
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Descargar 



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