From: Ruediger Pluem Date: Fri, 5 Dec 2014 10:02:57 +0000 (+0000) Subject: * Correctly indent X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380f468eb8abeb4374b6dd893c896129191b1566;p=thirdparty%2Fapache%2Fhttpd.git * Correctly indent git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1643220 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_expr_eval.c b/server/util_expr_eval.c index 6af88466fda..400574c24c0 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 },