[nginx] Fixed bullying style of comments.

Ruslan Ermilov ru at nginx.com
Fri May 29 06:27:40 UTC 2015


details:   http://hg.nginx.org/nginx/rev/e034af368274
branches:  
changeset: 6161:e034af368274
user:      Ruslan Ermilov <ru at nginx.com>
date:      Fri May 29 09:26:33 2015 +0300
description:
Fixed bullying style of comments.

diffstat:

 src/core/ngx_log.h |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r 8edec63bd14d -r e034af368274 src/core/ngx_log.h
--- a/src/core/ngx_log.h	Fri May 29 09:26:27 2015 +0300
+++ b/src/core/ngx_log.h	Fri May 29 09:26:33 2015 +0300
@@ -111,7 +111,7 @@ void ngx_log_error_core(ngx_uint_t level
 
 /*********************************/
 
-#else /* NO VARIADIC MACROS */
+#else /* no variadic macros */
 
 #define NGX_HAVE_VARIADIC_MACROS  0
 
@@ -123,7 +123,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_lo
     const char *fmt, ...);
 
 
-#endif /* VARIADIC MACROS */
+#endif /* variadic macros */
 
 
 /*********************************/
@@ -166,7 +166,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_lo
                        arg1, arg2, arg3, arg4, arg5, arg6, arg7, arg8)
 
 
-#else /* NO VARIADIC MACROS */
+#else /* no variadic macros */
 
 #define ngx_log_debug0(level, log, err, fmt)                                  \
     if ((log)->log_level & level)                                             \
@@ -211,7 +211,7 @@ void ngx_cdecl ngx_log_debug_core(ngx_lo
 
 #endif
 
-#else /* NO NGX_DEBUG */
+#else /* !NGX_DEBUG */
 
 #define ngx_log_debug0(level, log, err, fmt)
 #define ngx_log_debug1(level, log, err, fmt, arg1)



More information about the nginx-devel mailing list