From 7b06d9c326f3e24a9d1402a5d3d4b539febdf64b Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Wed, 12 Jul 2017 11:34:04 +0300 Subject: [PATCH] Style: aligned ngx_null_command. --- src/misc/ngx_google_perftools_module.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 };