]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 21 Nov 2017 14:48:06 +0000 (14:48 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 21 Nov 2017 14:48:06 +0000 (14:48 +0000)
src/main/unlang_interpret.c

index 5871f937690751194565581f21d20de540af23b5..e560ae1224ded26326e89d8e72b4e2fd20f4d3fa 100644 (file)
@@ -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;