]> git.kaiwu.me - nginx.git/commitdiff
Style: aligned ngx_null_command.
authorRuslan Ermilov <ru@nginx.com>
Wed, 12 Jul 2017 08:34:04 +0000 (11:34 +0300)
committerRuslan Ermilov <ru@nginx.com>
Wed, 12 Jul 2017 08:34:04 +0000 (11:34 +0300)
src/misc/ngx_google_perftools_module.c

index f2f8221b560587ada36764713602d410d4ef4d7c..381f3d105fa940f58e61b1cbf31c71b5f43d9156 100644 (file)
@@ -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
 };