diff src/http/modules/ngx_http_geo_module.c @ 3642:ac33852faaac

style fix
author Igor Sysoev <igor@sysoev.ru>
date Wed, 23 Jun 2010 16:34:54 +0000
parents 6802ba529ec4
children 762712d69672
line wrap: on
line diff
--- a/src/http/modules/ngx_http_geo_module.c
+++ b/src/http/modules/ngx_http_geo_module.c
@@ -346,7 +346,7 @@ ngx_http_geo_block(ngx_conf_t *cf, ngx_c
             len = a->nelts * sizeof(ngx_http_geo_range_t);
 
             ctx.high->low[i].ranges = ngx_palloc(cf->pool, len);
-            if (ctx.high->low[i].ranges == NULL ){
+            if (ctx.high->low[i].ranges == NULL) {
                 return NGX_CONF_ERROR;
             }
 
@@ -447,7 +447,7 @@ ngx_http_geo(ngx_conf_t *cf, ngx_command
             goto failed;
         }
 
-        if (ngx_conf_full_name(cf->cycle, &file, 1) != NGX_OK){
+        if (ngx_conf_full_name(cf->cycle, &file, 1) != NGX_OK) {
             goto failed;
         }