Skip to content

Commit 86b254f

Browse files
committed
minor coding style fixes.
1 parent 4196172 commit 86b254f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngx_http_srcache_filter_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ static char *ngx_http_srcache_conf_set_request(ngx_conf_t *cf,
2626
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-
static char * ngx_http_srcache_store_statuses(ngx_conf_t *cf,
29+
static char *ngx_http_srcache_store_statuses(ngx_conf_t *cf,
3030
ngx_command_t *cmd, void *conf);
3131

3232

0 commit comments

Comments
 (0)