comparison src/misc/ngx_google_perftools_module.c @ 7066:a27e0c7e198c

Style: aligned ngx_null_command.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 12 Jul 2017 11:34:04 +0300
parents d620f497c50f
children
comparison
equal deleted inserted replaced
7065:c0d89f602d08 7066:a27e0c7e198c
34 ngx_conf_set_str_slot, 34 ngx_conf_set_str_slot,
35 0, 35 0,
36 offsetof(ngx_google_perftools_conf_t, profiles), 36 offsetof(ngx_google_perftools_conf_t, profiles),
37 NULL }, 37 NULL },
38 38
39 ngx_null_command 39 ngx_null_command
40 }; 40 };
41 41
42 42
43 static ngx_core_module_t ngx_google_perftools_module_ctx = { 43 static ngx_core_module_t ngx_google_perftools_module_ctx = {
44 ngx_string("google_perftools"), 44 ngx_string("google_perftools"),