From e196495008ed3df6a105804d9b649e90ebc8a194 Mon Sep 17 00:00:00 2001 From: Philipp Schafft Date: Wed, 9 Jan 2019 11:11:25 +0000 Subject: [PATCH] Cleanup: Fixed spaces --- src/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.c b/src/auth.c index 98804682..9e1007a7 100644 --- a/src/auth.c +++ b/src/auth.c @@ -834,7 +834,7 @@ auth_t *auth_get_authenticator(xmlNodePtr node) for (i = 0; i < (sizeof(auth->filter_method)/sizeof(*auth->filter_method)); i++) auth->filter_method[i] = AUTH_MATCHTYPE_NOMATCH; - method_inited = 1; + method_inited = 1; while (cur) { httpp_request_type_e idx;