From: Ruslan Ermilov Date: Wed, 12 Jul 2017 08:34:04 +0000 (+0300) Subject: Style: aligned ngx_null_command. X-Git-Tag: release-1.13.4~17 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=7b06d9c326f3e24a9d1402a5d3d4b539febdf64b;p=nginx.git Style: aligned ngx_null_command. --- 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 };