Fix trailing whitespace

This commit is contained in:
Franke Tang 2023-12-11 19:18:42 -06:00
parent 6948c6f6a4
commit eb07ea0e41
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ bool ACTIVE_TASK_SET::poll() {
(atp->current_cpu_time - atp->stuck_check_cpu_time) < 10) { (atp->current_cpu_time - atp->stuck_check_cpu_time) < 10) {
// if fraction done does not change and cpu time is <10, message the user // if fraction done does not change and cpu time is <10, message the user
msg_printf(atp->result->project, MSG_USER_ALERT, 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 atp->result->name
); );
} }