Skip to content

Commit e2bdd68

Browse files
committed
minor coding style fixes.
1 parent a162b7f commit e2bdd68

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

src/ngx_http_srcache_filter_module.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,11 @@ static char *ngx_http_srcache_merge_loc_conf(ngx_conf_t *cf, void *parent,
2323
void *child);
2424
static ngx_int_t ngx_http_srcache_post_config(ngx_conf_t *cf);
2525
static char *ngx_http_srcache_conf_set_request(ngx_conf_t *cf,
26-
ngx_command_t *cmd, void *conf);
26+
ngx_command_t *cmd, void *conf);
2727
static void *ngx_http_srcache_create_main_conf(ngx_conf_t *cf);
2828
static char *ngx_http_srcache_init_main_conf(ngx_conf_t *cf, void *conf);
29-
30-
31-
static char *
32-
ngx_http_srcache_store_statuses(ngx_conf_t *cf, ngx_command_t *cmd,
33-
void *conf);
29+
static char * ngx_http_srcache_store_statuses(ngx_conf_t *cf,
30+
ngx_command_t *cmd, void *conf);
3431

3532

3633
static volatile ngx_cycle_t *ngx_http_srcache_prev_cycle = NULL;

0 commit comments

Comments
 (0)