Skip to content

Commit

Permalink
style: adjusted spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
cubicdaiya committed May 24, 2015
1 parent 1eb69bb commit f2cc824
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions ngx_dynamic_upstream_op.c
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,8 @@ ngx_dynamic_upstream_build_op(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *


ngx_int_t
ngx_dynamic_upstream_op(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op, ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf)
ngx_dynamic_upstream_op(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op,
ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf)
{
ngx_int_t rc;

Expand Down Expand Up @@ -231,7 +232,8 @@ ngx_dynamic_upstream_op(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op, ng


static ngx_int_t
ngx_dynamic_upstream_op_add(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op, ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf)
ngx_dynamic_upstream_op_add(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op,
ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf)
{
ngx_http_upstream_rr_peer_t *peer, *last;
ngx_http_upstream_rr_peers_t *peers;
Expand Down Expand Up @@ -319,7 +321,8 @@ ngx_dynamic_upstream_op_add(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op


static ngx_int_t
ngx_dynamic_upstream_op_remove(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op, ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf)
ngx_dynamic_upstream_op_remove(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op,
ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf)
{
ngx_http_upstream_rr_peer_t *peer, *target, *prev;
ngx_http_upstream_rr_peers_t *peers;
Expand Down Expand Up @@ -379,7 +382,7 @@ ngx_dynamic_upstream_op_remove(ngx_http_request_t *r, ngx_dynamic_upstream_op_t

static ngx_int_t
ngx_dynamic_upstream_op_update_param(ngx_http_request_t *r, ngx_dynamic_upstream_op_t *op,
ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf)
ngx_slab_pool_t *shpool, ngx_http_upstream_srv_conf_t *uscf)
{
ngx_http_upstream_rr_peer_t *peer, *target;
ngx_http_upstream_rr_peers_t *peers;
Expand Down

0 comments on commit f2cc824

Please sign in to comment.