From: Roman Arutyunyan Date: Mon, 14 May 2018 12:03:29 +0000 (+0300) Subject: Style. X-Git-Tag: 0.2.1~8 X-Git-Url: http://git.kaiwu.me/postgresql/log/contrib/postgres_fdw/static/gitweb.js?a=commitdiff_plain;h=bb7efcc81cc48f2671c5a6e1e8020d6286a21dec;p=njs.git Style. --- 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 };