diff options
author | Ruslan Ermilov <ru@nginx.com> | 2017-07-12 11:34:04 +0300 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2017-07-12 11:34:04 +0300 |
commit | 7b06d9c326f3e24a9d1402a5d3d4b539febdf64b (patch) | |
tree | 07c4f3cfb76a3973b38770abe3832f12083e6237 /src | |
parent | bedd9c5645dfc9d3ea8210c70b7c750b18bc7d32 (diff) | |
download | nginx-7b06d9c326f3e24a9d1402a5d3d4b539febdf64b.tar.gz nginx-7b06d9c326f3e24a9d1402a5d3d4b539febdf64b.zip |
Style: aligned ngx_null_command.
Diffstat (limited to 'src')
-rw-r--r-- | src/misc/ngx_google_perftools_module.c | 2 |
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 }; |