mirror of
https://github.com/nginx/nginx.git
synced 2025-06-08 02:02:38 +08:00
style fix
This commit is contained in:
parent
0923d08148
commit
aa6936e61a
@ -671,7 +671,8 @@ ngx_conf_read_token(ngx_conf_t *cf)
|
||||
}
|
||||
|
||||
} else if (ch == ' ' || ch == '\t' || ch == CR || ch == LF
|
||||
|| ch == ';' || ch == '{') {
|
||||
|| ch == ';' || ch == '{')
|
||||
{
|
||||
last_space = 1;
|
||||
found = 1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user