aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@nginx.com>2017-07-12 11:34:04 +0300
committerRuslan Ermilov <ru@nginx.com>2017-07-12 11:34:04 +0300
commit7b06d9c326f3e24a9d1402a5d3d4b539febdf64b (patch)
tree07c4f3cfb76a3973b38770abe3832f12083e6237 /src
parentbedd9c5645dfc9d3ea8210c70b7c750b18bc7d32 (diff)
downloadnginx-7b06d9c326f3e24a9d1402a5d3d4b539febdf64b.tar.gz
nginx-7b06d9c326f3e24a9d1402a5d3d4b539febdf64b.zip
Style: aligned ngx_null_command.
Diffstat (limited to 'src')
-rw-r--r--src/misc/ngx_google_perftools_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/ngx_google_perftools_module.c b/src/misc/ngx_google_perftools_module.c
index f2f8221b5..381f3d105 100644
--- a/src/misc/ngx_google_perftools_module.c
+++ b/src/misc/ngx_google_perftools_module.c
@@ -36,7 +36,7 @@ static ngx_command_t ngx_google_perftools_commands[] = {
offsetof(ngx_google_perftools_conf_t, profiles),
NULL },
- ngx_null_command
+ ngx_null_command
};