style fix: remove trailing spaces introduced in the previous commit

This commit is contained in:
Igor Sysoev 2009-04-23 09:46:14 +00:00
parent eeed2e9b21
commit ae2f2b105a

View 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")
};