]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Formatting
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 29 Jan 2018 22:28:08 +0000 (15:28 -0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 29 Jan 2018 22:33:27 +0000 (15:33 -0700)
src/main/module_unlang.c

index 432e7b0c91a88ff1ebaee1916eb757fc61c84cf8..2e43406ae97197ae7bae31d47c58306e19c6aa11 100644 (file)
@@ -108,8 +108,7 @@ static unlang_action_t module_unlang_call(REQUEST *request,
         *      Is now marked as "stop" when it wasn't before, we must have been blocked.
         */
        if (request->master_state == REQUEST_STOP_PROCESSING) {
-               RWARN("Module %s became unblocked",
-                     sp->module_instance->module->name);
+               RWARN("Module %s became unblocked", sp->module_instance->module->name);
                return UNLANG_ACTION_STOP_PROCESSING;
        }