mirror of
https://github.com/nginx/nginx.git
synced 2026-05-28 04:12:47 -04:00
style fix: remove trailing spaces introduced in the previous commit
This commit is contained in:
parent
eeed2e9b21
commit
ae2f2b105a
1 changed files with 2 additions and 2 deletions
|
|
@ -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")
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue