From: Alan T. DeKok Date: Fri, 30 Jun 2017 15:48:50 +0000 (-0400) Subject: use same indentation for skipped contents X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f99e136d59e1ab223f6915310fb099219452d4c;p=thirdparty%2Ffreeradius-server.git use same indentation for skipped contents --- diff --git a/src/main/unlang_interpret.c b/src/main/unlang_interpret.c index 21e4e1e15bb..0631c0546ef 100644 --- a/src/main/unlang_interpret.c +++ b/src/main/unlang_interpret.c @@ -1062,7 +1062,7 @@ static unlang_action_t unlang_if(REQUEST *request, unlang_stack_t *stack, * Didn't pass. Remember that. */ if (!condition) { - RDEBUG2(" ..."); + RDEBUG2("..."); if (*presult != RLM_MODULE_UNKNOWN) *priority = instruction->actions[*presult];