Skip to content

Commit

Permalink
Fix trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
FTang21 committed Dec 12, 2023
1 parent 6948c6f commit eb07ea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app_control.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
);
}
Expand Down

0 comments on commit eb07ea0

Please sign in to comment.