]> git.kaiwu.me - nginx.git/commitdiff
style fix: remove trailing spaces introduced in the previous commit
authorIgor Sysoev <igor@sysoev.ru>
Thu, 23 Apr 2009 09:46:14 +0000 (09:46 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Thu, 23 Apr 2009 09:46:14 +0000 (09:46 +0000)
src/core/ngx_log.c

index 8d5e8b24841be5839497516d9daed7017150eee0..dabc8e4d476d4500bd927d412348d35f4309c482 100644 (file)
@@ -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")
 };