From ddc48bf250313b9271530834c67785ca306e8cf0 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Fri, 5 Dec 2014 10:02:57 +0000 Subject: [PATCH] * Correctly indent git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1643220 13f79535-47bb-0310-9956-ffa450edef68 --- server/util_expr_eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 6af88466fd..400574c24c 100644 --- a/server/util_expr_eval.c +++ b/server/util_expr_eval.c @@ -1755,7 +1755,7 @@ static const struct expr_provider_single string_func_providers[] = { { unescape_func, "unescape", NULL, 0 }, { file_func, "file", NULL, 1 }, { filesize_func, "filesize", NULL, 1 }, - { filemod_func, "filemod", NULL, 1 }, + { filemod_func, "filemod", NULL, 1 }, { base64_func, "base64", NULL, 0 }, { unbase64_func, "unbase64", NULL, 0 }, { sha1_func, "sha1", NULL, 0 }, -- 2.50.1