From: Ruben Beltran del Rio Date: Tue, 6 Feb 2024 13:19:28 +0000 (+0000) Subject: Formatting X-Git-Url: https://git.r.bdr.sh/rbdr/ngx_http_office_hours_filter_module/commitdiff_plain/b11e91182ad560113da028fbd276d5487fb1571e?ds=inline;hp=8b830d844c57851cc92dd09a4f4e88492c2ef78a Formatting --- diff --git a/ngx_http_office_hours_filter_module.c b/ngx_http_office_hours_filter_module.c index 05c3ca0..5270a8d 100644 --- a/ngx_http_office_hours_filter_module.c +++ b/ngx_http_office_hours_filter_module.c @@ -49,7 +49,7 @@ typedef struct { static void *ngx_http_office_hours_create_conf(ngx_conf_t * cf); static char *ngx_http_office_hours_merge_conf(ngx_conf_t * cf, - void *parent, void *child); + void *parent, void *child); static ngx_int_t ngx_http_office_hours_init(ngx_conf_t * cf); /* Configuration Handler */ @@ -313,7 +313,7 @@ static void *ngx_http_office_hours_create_conf(ngx_conf_t * cf) */ static char *ngx_http_office_hours_merge_conf(ngx_conf_t * cf, - void *parent, void *child) + void *parent, void *child) { ngx_http_office_hours_conf_t *prev = parent;