From: Igor Sysoev Date: Thu, 23 Apr 2009 09:46:14 +0000 (+0000) Subject: style fix: remove trailing spaces introduced in the previous commit X-Git-Tag: release-0.7.53~18 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=ae2f2b105ad8e56eea73720a094961cc9e665f3d;p=nginx.git style fix: remove trailing spaces introduced in the previous commit --- diff --git a/src/core/ngx_log.c b/src/core/ngx_log.c index 8d5e8b248..dabc8e4d4 100644 --- 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") };