changeset 2742:e138f820b5dc

style fix: remove trailing spaces introduced in the previous commit
author Igor Sysoev <igor@sysoev.ru>
date Thu, 23 Apr 2009 09:46:14 +0000
parents cda3738a85bd
children d8316f307b6a
files src/core/ngx_log.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/core/ngx_log.c
+++ b/src/core/ngx_log.c
@@ -58,8 +58,8 @@ static ngx_str_t err_levels[] = {
     ngx_string("crit"),
     ngx_string("error"),
     ngx_string("warn"),
-    ngx_string("notice"), 
-    ngx_string("info"), 
+    ngx_string("notice"),
+    ngx_string("info"),
     ngx_string("debug")
 };