From: Arran Cudbard-Bell Date: Tue, 21 Nov 2017 14:48:06 +0000 (+0000) Subject: Formatting X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=184d65eecadb6dbc17e9a4cb7073083a5c2a4e82;p=thirdparty%2Ffreeradius-server.git Formatting --- diff --git a/src/main/unlang_interpret.c b/src/main/unlang_interpret.c index 5871f937690..e560ae1224d 100644 --- a/src/main/unlang_interpret.c +++ b/src/main/unlang_interpret.c @@ -2439,10 +2439,9 @@ static rlm_rcode_t unlang_run(REQUEST *request) case UNLANG_FRAME_ACTION_POP: /* Pop this frame and check the one beneath it */ /* - * The result / priority is returned from - * the sub-section, and made into our - * current result / priority, as if we - * had performed a module call. + * The result / priority is returned from the sub-section, + * and made into our current result / priority, as + * if we had performed a module call. */ result = frame->result; priority = frame->priority;