[njs] Style.

Roman Arutyunyan arut at nginx.com
Mon May 14 12:17:45 UTC 2018


details:   http://hg.nginx.org/njs/rev/a994ab62d351
branches:  
changeset: 522:a994ab62d351
user:      Roman Arutyunyan <arut at nginx.com>
date:      Mon May 14 15:03:29 2018 +0300
description:
Style.

diffstat:

 nginx/ngx_http_js_module.c   |  2 +-
 nginx/ngx_stream_js_module.c |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 5abcdd645d57 -r a994ab62d351 nginx/ngx_http_js_module.c
--- a/nginx/ngx_http_js_module.c	Tue Apr 17 17:15:27 2018 +0300
+++ b/nginx/ngx_http_js_module.c	Mon May 14 15:03:29 2018 +0300
@@ -174,7 +174,7 @@ static ngx_command_t  ngx_http_js_comman
       0,
       NULL },
 
-    ngx_null_command
+      ngx_null_command
 };
 
 
diff -r 5abcdd645d57 -r a994ab62d351 nginx/ngx_stream_js_module.c
--- a/nginx/ngx_stream_js_module.c	Tue Apr 17 17:15:27 2018 +0300
+++ b/nginx/ngx_stream_js_module.c	Mon May 14 15:03:29 2018 +0300
@@ -123,7 +123,7 @@ static ngx_command_t  ngx_stream_js_comm
       offsetof(ngx_stream_js_srv_conf_t, filter),
       NULL },
 
-    ngx_null_command
+      ngx_null_command
 };
 
 


More information about the nginx-devel mailing list