From: Arran Cudbard-Bell Date: Wed, 18 Aug 2021 02:57:42 +0000 (-0500) Subject: Fix indent X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efae12c5f733e8de32d4dd7eb43c46ae56bb8299;p=thirdparty%2Ffreeradius-server.git Fix indent --- diff --git a/src/lib/unlang/interpret.c b/src/lib/unlang/interpret.c index fc5d7ee7d09..676aba95155 100644 --- a/src/lib/unlang/interpret.c +++ b/src/lib/unlang/interpret.c @@ -654,8 +654,8 @@ CC_HINT(hot) rlm_rcode_t unlang_interpret(request_t *request) * Nothing in this section, use the top frame stack->result. */ if ((stack->priority < 0) || (stack->result == RLM_MODULE_NOT_SET)) { - RDEBUG4("** [%i] %s - empty section, using stack result (%s %d)", stack->depth, __FUNCTION__, - fr_table_str_by_value(mod_rcode_table, stack->result, ""), stack->priority); + RDEBUG4("** [%i] %s - empty section, using stack result (%s %d)", stack->depth, __FUNCTION__, + fr_table_str_by_value(mod_rcode_table, stack->result, ""), stack->priority); stack->result = frame->result; stack->priority = frame->priority; }