aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_conf_file.c
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2010-06-23 16:34:54 +0000
committerIgor Sysoev <igor@sysoev.ru>2010-06-23 16:34:54 +0000
commitaa6936e61a43169bc7ef080e475399f4a514131c (patch)
tree0705cf8d11e5c16508ceb0bab2d882bd91348d22 /src/core/ngx_conf_file.c
parent0923d0814826f390a6b69a1ce7f41e55650ea169 (diff)
downloadnginx-aa6936e61a43169bc7ef080e475399f4a514131c.tar.gz
nginx-aa6936e61a43169bc7ef080e475399f4a514131c.zip
style fix
Diffstat (limited to 'src/core/ngx_conf_file.c')
-rw-r--r--src/core/ngx_conf_file.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ngx_conf_file.c b/src/core/ngx_conf_file.c
index 20d9af9e4..83c107329 100644
--- a/src/core/ngx_conf_file.c
+++ b/src/core/ngx_conf_file.c
@@ -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;
}