# HG changeset patch # User Ruslan Ermilov # Date 1499848444 -10800 # Node ID a27e0c7e198ce989a181fba3c22d0c17e18f84a0 # Parent c0d89f602d08a2fe67d9d3c465d315ac3c67f307 Style: aligned ngx_null_command. diff --git a/src/misc/ngx_google_perftools_module.c b/src/misc/ngx_google_perftools_module.c --- 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 };