]> granicus.if.org Git - apache/commitdiff
* Correctly indent
authorRuediger Pluem <rpluem@apache.org>
Fri, 5 Dec 2014 10:02:57 +0000 (10:02 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 5 Dec 2014 10:02:57 +0000 (10:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1643220 13f79535-47bb-0310-9956-ffa450edef68

server/util_expr_eval.c

index 6af88466fda60ba8f84f16401f117516edac5757..400574c24c0e0d5ee44a0530212330e6f7400e46 100644 (file)
@@ -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 },