]> git.kaiwu.me - njs.git/commitdiff
Style.
authorRoman Arutyunyan <arut@nginx.com>
Mon, 14 May 2018 12:03:29 +0000 (15:03 +0300)
committerRoman Arutyunyan <arut@nginx.com>
Mon, 14 May 2018 12:03:29 +0000 (15:03 +0300)
nginx/ngx_http_js_module.c
nginx/ngx_stream_js_module.c

index e608c9e793ef81043f2053d0637575abe3168ef4..60e8cf611a27a76e1d3b387fdaa4a3fbaab5a41d 100644 (file)
@@ -174,7 +174,7 @@ static ngx_command_t  ngx_http_js_commands[] = {
       0,
       NULL },
 
-    ngx_null_command
+      ngx_null_command
 };
 
 
index 424bf61413eb32f4325a1cdb8abfc0114cde9bcc..12f18ebd392a27d2c27a25c15e5fcc2e8e84d0f8 100644 (file)
@@ -123,7 +123,7 @@ static ngx_command_t  ngx_stream_js_commands[] = {
       offsetof(ngx_stream_js_srv_conf_t, filter),
       NULL },
 
-    ngx_null_command
+      ngx_null_command
 };