From aa6936e61a43169bc7ef080e475399f4a514131c Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 23 Jun 2010 16:34:54 +0000 Subject: style fix --- src/core/ngx_conf_file.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/core/ngx_conf_file.c') 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; } -- cgit