From 9336f021359ff980d4d5e9f1bad1f0c9603e3cb7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Sun, 17 Oct 2004 16:58:10 +0000 Subject: [PATCH] style git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105505 13f79535-47bb-0310-9956-ffa450edef68 --- modules/experimental/mod_filter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/experimental/mod_filter.c b/modules/experimental/mod_filter.c index 261c3d5ce6..3eb8b1f50b 100644 --- a/modules/experimental/mod_filter.c +++ b/modules/experimental/mod_filter.c @@ -445,8 +445,8 @@ static const char *filter_declare(cmd_parms *cmd, void *CFG, const char *fname, return NULL; } -static const char *filter_provider(cmd_parms *cmd, void *CFG, - const char *fname, const char *pname, const char *match) +static const char *filter_provider(cmd_parms *cmd, void *CFG, const char *fname, + const char *pname, const char *match) { int flags; ap_filter_provider_t *provider; -- 2.40.0