style fix

This commit is contained in:
Igor Sysoev 2010-06-23 16:34:54 +00:00
parent 0923d08148
commit aa6936e61a
13 changed files with 22 additions and 21 deletions

View File

@ -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;
}