changeset 7066:a27e0c7e198c

Style: aligned ngx_null_command.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 12 Jul 2017 11:34:04 +0300
parents c0d89f602d08
children e3723f2a11b7
files src/misc/ngx_google_perftools_module.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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_perftoo
       offsetof(ngx_google_perftools_conf_t, profiles),
       NULL },
 
-    ngx_null_command
+      ngx_null_command
 };