From bb7efcc81cc48f2671c5a6e1e8020d6286a21dec Mon Sep 17 00:00:00 2001 From: Roman Arutyunyan Date: Mon, 14 May 2018 15:03:29 +0300 Subject: [PATCH] Style. --- nginx/ngx_http_js_module.c | 2 +- nginx/ngx_stream_js_module.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/ngx_http_js_module.c b/nginx/ngx_http_js_module.c index e608c9e7..60e8cf61 100644 --- a/nginx/ngx_http_js_module.c +++ b/nginx/ngx_http_js_module.c @@ -174,7 +174,7 @@ static ngx_command_t ngx_http_js_commands[] = { 0, NULL }, - ngx_null_command + ngx_null_command }; diff --git a/nginx/ngx_stream_js_module.c b/nginx/ngx_stream_js_module.c index 424bf614..12f18ebd 100644 --- a/nginx/ngx_stream_js_module.c +++ b/nginx/ngx_stream_js_module.c @@ -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 }; -- 2.47.3