[nginx] Style: aligned ngx_null_command.

Ruslan Ermilov ru at nginx.com
Wed Jul 12 08:34:37 UTC 2017


details:   http://hg.nginx.org/nginx/rev/a27e0c7e198c
branches:  
changeset: 7066:a27e0c7e198c
user:      Ruslan Ermilov <ru at nginx.com>
date:      Wed Jul 12 11:34:04 2017 +0300
description:
Style: aligned ngx_null_command.

diffstat:

 src/misc/ngx_google_perftools_module.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c0d89f602d08 -r a27e0c7e198c src/misc/ngx_google_perftools_module.c
--- a/src/misc/ngx_google_perftools_module.c	Tue Jul 11 20:06:52 2017 +0300
+++ b/src/misc/ngx_google_perftools_module.c	Wed Jul 12 11:34:04 2017 +0300
@@ -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
 };
 
 


More information about the nginx-devel mailing list