From 6ece4e20acd943b49b05a36f14594ad7413c1897 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 27 Mar 2025 14:35:29 -0400 Subject: remove trailing whitespace --- user/idle.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user/idle.c') diff --git a/user/idle.c b/user/idle.c index acf8497..c088a3c 100644 --- a/user/idle.c +++ b/user/idle.c @@ -4,7 +4,7 @@ ** Idle process: write, getpid, gettime, exit ** ** Reports itself, then loops forever delaying and printing a character. -** MUST NOT SLEEP, as it must always be available in the ready queue +** MUST NOT SLEEP, as it must always be available in the ready queue ** when there is no other process to dispatch. ** ** Invoked as: idle -- cgit v1.2.3-freya