changeset 6161:e034af368274

Fixed bullying style of comments.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 29 May 2015 09:26:33 +0300
parents 8edec63bd14d
children ab78c12412ce
files src/core/ngx_log.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_log.h
+++ b/src/core/ngx_log.h
@@ -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)