aboutsummaryrefslogtreecommitdiff
path: root/nginx/ngx_http_js_module.c
diff options
context:
space:
mode:
authorRoman Arutyunyan <arut@nginx.com>2018-05-14 15:03:29 +0300
committerRoman Arutyunyan <arut@nginx.com>2018-05-14 15:03:29 +0300
commitbb7efcc81cc48f2671c5a6e1e8020d6286a21dec (patch)
tree13e4cafbe1b022e718d026654749fd8e53c6d225 /nginx/ngx_http_js_module.c
parent77ab2cb01e1cb33b64f33dbd1ca88a46db2c6a72 (diff)
downloadnjs-bb7efcc81cc48f2671c5a6e1e8020d6286a21dec.tar.gz
njs-bb7efcc81cc48f2671c5a6e1e8020d6286a21dec.zip
Style.
Diffstat (limited to 'nginx/ngx_http_js_module.c')
-rw-r--r--nginx/ngx_http_js_module.c2
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
};