Skip to content

Commit

Permalink
Geo: fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pluknet committed Feb 21, 2018
1 parent 7a45918 commit b3b4a98
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/stream/ngx_stream_geo_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,18 +341,18 @@ ngx_stream_geo_addr(ngx_stream_session_t *s, ngx_stream_geo_ctx_t *ctx,
static char *
ngx_stream_geo_block(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
{
char *rv;
size_t len;
ngx_str_t *value, name;
ngx_uint_t i;
ngx_conf_t save;
ngx_pool_t *pool;
ngx_array_t *a;
ngx_stream_variable_t *var;
ngx_stream_geo_ctx_t *geo;
ngx_stream_geo_conf_ctx_t ctx;
char *rv;
size_t len;
ngx_str_t *value, name;
ngx_uint_t i;
ngx_conf_t save;
ngx_pool_t *pool;
ngx_array_t *a;
ngx_stream_variable_t *var;
ngx_stream_geo_ctx_t *geo;
ngx_stream_geo_conf_ctx_t ctx;
#if (NGX_HAVE_INET6)
static struct in6_addr zero;
static struct in6_addr zero;
#endif

value = cf->args->elts;
Expand Down

0 comments on commit b3b4a98

Please sign in to comment.