]> git.r.bdr.sh - rbdr/ngx_http_office_hours_filter_module/commitdiff
Formatting main
authorRuben Beltran del Rio <redacted>
Tue, 6 Feb 2024 13:19:28 +0000 (13:19 +0000)
committerRuben Beltran del Rio <redacted>
Tue, 6 Feb 2024 13:19:28 +0000 (13:19 +0000)
ngx_http_office_hours_filter_module.c

index 05c3ca0fd5067feec3aee1459a50a723ebe03e89..5270a8d948d5112fa0d7dedd2b453f1a3210aac4 100644 (file)
@@ -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;