summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules/ngx_http_geo_module.c
diff options
context:
space:
mode:
authorPiotr Sikora <piotr@cloudflare.com>2014-07-08 03:03:13 -0700
committerPiotr Sikora <piotr@cloudflare.com>2014-07-08 03:03:13 -0700
commit7e7589e7462c89813458508085c640888a5887cb (patch)
tree6c89029597aa97ebcb9987710ed07dfc8b2b0550 /src/http/modules/ngx_http_geo_module.c
parentd224ed7eea5885b489ba99c3c1443e8409443854 (diff)
downloadnginx-7e7589e7462c89813458508085c640888a5887cb.tar.gz
nginx-7e7589e7462c89813458508085c640888a5887cb.tar.bz2
Style: add whitespace between control statement and parentheses.
Signed-off-by: Piotr Sikora <piotr@cloudflare.com>
Diffstat (limited to 'src/http/modules/ngx_http_geo_module.c')
-rw-r--r--src/http/modules/ngx_http_geo_module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/modules/ngx_http_geo_module.c b/src/http/modules/ngx_http_geo_module.c
index 34c3b190d..9b3c6cb9c 100644
--- a/src/http/modules/ngx_http_geo_module.c
+++ b/src/http/modules/ngx_http_geo_module.c
@@ -1470,7 +1470,7 @@ ngx_http_geo_include_binary_base(ngx_conf_t *cf, ngx_http_geo_conf_ctx_t *ctx,
vv = (ngx_http_variable_value_t *) (base + sizeof(ngx_http_geo_header_t));
- while(vv->data) {
+ while (vv->data) {
len = ngx_align(sizeof(ngx_http_variable_value_t) + vv->len,
sizeof(void *));
ngx_crc32_update(&crc32, (u_char *) vv, len);