Replace TABs with 4 spaces.

This commit is contained in:
brectanus
2008-01-18 01:04:47 +00:00
parent f4a44bc320
commit 96ff268f64
3 changed files with 6 additions and 6 deletions

View File

@@ -679,7 +679,7 @@ static const char *add_rule(cmd_parms *cmd, directory_config *dcfg, int type,
if ((rule->actionset->id != NULL) && apr_table_get(dcfg->tmp_rule_placeholders, rule->actionset->id)) {
msre_rule *phrule = apr_palloc(rule->ruleset->mp, sizeof(msre_rule));
if (phrule == NULL) {
return FATAL_ERROR;
return FATAL_ERROR;
}
#ifdef DEBUG_CONF