mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 19:10:42 +01:00
cosmetic: fix code style, most importantly indention
This commit is contained in:
parent
9dab121f7b
commit
adec568655
@ -3134,8 +3134,7 @@ cnfstmtPrintOnly(struct cnfstmt *stmt, int indent, sbool subtree)
|
||||
}
|
||||
break;
|
||||
case S_FOREACH:
|
||||
doIndent(indent); dbgprintf("FOREACH %s IN\n",
|
||||
stmt->d.s_foreach.iter->var);
|
||||
doIndent(indent); dbgprintf("FOREACH %s IN\n", stmt->d.s_foreach.iter->var);
|
||||
cnfexprPrint(stmt->d.s_foreach.iter->collection, indent+1);
|
||||
if(subtree) {
|
||||
doIndent(indent); dbgprintf("DO\n");
|
||||
@ -3154,7 +3153,8 @@ cnfstmtPrintOnly(struct cnfstmt *stmt, int indent, sbool subtree)
|
||||
stmt->d.s_unset.varname);
|
||||
break;
|
||||
case S_RELOAD_LOOKUP_TABLE:
|
||||
doIndent(indent); dbgprintf("RELOAD_LOOKUP_TABLE table(%s) (stub with '%s' on error)",
|
||||
doIndent(indent);
|
||||
dbgprintf("RELOAD_LOOKUP_TABLE table(%s) (stub with '%s' on error)",
|
||||
stmt->d.s_reload_lookup_table.table_name,
|
||||
stmt->d.s_reload_lookup_table.stub_value);
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user