]> git.kaiwu.me - nginx.git/commitdiff
Style.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 27 Jun 2016 15:42:29 +0000 (18:42 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 27 Jun 2016 15:42:29 +0000 (18:42 +0300)
src/stream/ngx_stream_limit_conn_module.c

index f1d8a37c7647f45b6d2e912bdaab5c8d84475fed..c27d7484a5044873dd6843acdac209ea50d66e88 100644 (file)
@@ -105,16 +105,16 @@ static ngx_stream_module_t  ngx_stream_limit_conn_module_ctx = {
 
 ngx_module_t  ngx_stream_limit_conn_module = {
     NGX_MODULE_V1,
-    &ngx_stream_limit_conn_module_ctx,       /* module context */
-    ngx_stream_limit_conn_commands,          /* module directives */
-    NGX_STREAM_MODULE,                       /* module type */
-    NULL,                                    /* init master */
-    NULL,                                    /* init module */
-    NULL,                                    /* init process */
-    NULL,                                    /* init thread */
-    NULL,                                    /* exit thread */
-    NULL,                                    /* exit process */
-    NULL,                                    /* exit master */
+    &ngx_stream_limit_conn_module_ctx,     /* module context */
+    ngx_stream_limit_conn_commands,        /* module directives */
+    NGX_STREAM_MODULE,                     /* module type */
+    NULL,                                  /* init master */
+    NULL,                                  /* init module */
+    NULL,                                  /* init process */
+    NULL,                                  /* init thread */
+    NULL,                                  /* exit thread */
+    NULL,                                  /* exit process */
+    NULL,                                  /* exit master */
     NGX_MODULE_V1_PADDING
 };