diff options
author | Roman Arutyunyan <arut@nginx.com> | 2018-05-14 15:03:29 +0300 |
---|---|---|
committer | Roman Arutyunyan <arut@nginx.com> | 2018-05-14 15:03:29 +0300 |
commit | bb7efcc81cc48f2671c5a6e1e8020d6286a21dec (patch) | |
tree | 13e4cafbe1b022e718d026654749fd8e53c6d225 /nginx/ngx_http_js_module.c | |
parent | 77ab2cb01e1cb33b64f33dbd1ca88a46db2c6a72 (diff) | |
download | njs-bb7efcc81cc48f2671c5a6e1e8020d6286a21dec.tar.gz njs-bb7efcc81cc48f2671c5a6e1e8020d6286a21dec.zip |
Style.
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r-- | nginx/ngx_http_js_module.c | 2 |
1 files changed, 1 insertions, 1 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 }; |