]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
detab
authorStefan Fritsch <sf@apache.org>
Sat, 20 Nov 2010 09:13:18 +0000 (09:13 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 20 Nov 2010 09:13:18 +0000 (09:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037143 13f79535-47bb-0310-9956-ffa450edef68

modules/loggers/mod_log_config.c

index 0b6c6f5a60d38ac1eecd1c8bf3ff1dce912a4d6d..12fce8cfeefbfdd1af8300ab6211708e32639370 100644 (file)
@@ -1256,7 +1256,7 @@ static const char *add_custom_log(cmd_parms *cmd, void *dummy, const char *fn,
                                                     NULL);
             if (err)
                 return err;
-           cls->condition_expr->module_index = APLOG_MODULE_INDEX;
+            cls->condition_expr->module_index = APLOG_MODULE_INDEX;
         }
         else {
             return "error in condition clause";