diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-05-22 12:09:41 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-05-22 12:09:41 +0000 |
| commit | 3b30476068751fa7814b10302a63b7f3227c7450 (patch) | |
| tree | 7ca108bd55a7e08775f74acf2e5627fbea5ebd3f /src/http/modules | |
| parent | 61e991c70a2a491fdb1ee1622df9ae72756b9008 (diff) | |
| download | nginx-3b30476068751fa7814b10302a63b7f3227c7450.tar.gz nginx-3b30476068751fa7814b10302a63b7f3227c7450.tar.bz2 | |
style fix
Diffstat (limited to 'src/http/modules')
| -rw-r--r-- | src/http/modules/ngx_http_proxy_module.c | 2 | ||||
| -rw-r--r-- | src/http/modules/ngx_http_ssi_filter_module.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/http/modules/ngx_http_proxy_module.c b/src/http/modules/ngx_http_proxy_module.c index c559d3165..1d8264801 100644 --- a/src/http/modules/ngx_http_proxy_module.c +++ b/src/http/modules/ngx_http_proxy_module.c @@ -1224,7 +1224,7 @@ ngx_http_proxy_process_header(ngx_http_request_t *r) umcf = ngx_http_get_module_main_conf(r, ngx_http_upstream_module); - for ( ;; ) { + for ( ;; ) { rc = ngx_http_parse_header_line(r, &r->upstream->buffer); diff --git a/src/http/modules/ngx_http_ssi_filter_module.c b/src/http/modules/ngx_http_ssi_filter_module.c index 1d7730d56..ddd15f4f5 100644 --- a/src/http/modules/ngx_http_ssi_filter_module.c +++ b/src/http/modules/ngx_http_ssi_filter_module.c @@ -1637,7 +1637,7 @@ ngx_http_ssi_evaluate_string(ngx_http_request_t *r, ngx_http_ssi_ctx_t *ctx, quoted = 0; - for (i = 0 ; i < text->len; i++) { + for (i = 0; i < text->len; i++) { ch = text->data[i]; if (!quoted) { |
