From eb07ea0e41f5ae27108dfce68d8a1ceae33fe405 Mon Sep 17 00:00:00 2001 From: Franke Tang Date: Mon, 11 Dec 2023 19:18:42 -0600 Subject: [PATCH] Fix trailing whitespace --- client/app_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app_control.cpp b/client/app_control.cpp index 02a83ebe3a1..10e4fc18ed8 100644 --- a/client/app_control.cpp +++ b/client/app_control.cpp @@ -172,7 +172,7 @@ bool ACTIVE_TASK_SET::poll() { (atp->current_cpu_time - atp->stuck_check_cpu_time) < 10) { // if fraction done does not change and cpu time is <10, message the user msg_printf(atp->result->project, MSG_USER_ALERT, - "[task] has not made progress in last hour, consider aborting task %s", + "[task] has not made progress in last hour, consider aborting task %s", atp->result->name ); }