mirror of
https://github.com/nginx/nginx.git
synced 2024-12-01 11:19:00 +08:00
style fix: remove trailing spaces introduced in the previous commit
This commit is contained in:
parent
eeed2e9b21
commit
ae2f2b105a
@ -58,8 +58,8 @@ static ngx_str_t err_levels[] = {
|
|||||||
ngx_string("crit"),
|
ngx_string("crit"),
|
||||||
ngx_string("error"),
|
ngx_string("error"),
|
||||||
ngx_string("warn"),
|
ngx_string("warn"),
|
||||||
ngx_string("notice"),
|
ngx_string("notice"),
|
||||||
ngx_string("info"),
|
ngx_string("info"),
|
||||||
ngx_string("debug")
|
ngx_string("debug")
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user