diff options
author | Freya Murphy <freya@freyacat.org> | 2025-03-27 14:35:29 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-03-27 14:38:43 -0400 |
commit | 6ece4e20acd943b49b05a36f14594ad7413c1897 (patch) | |
tree | 44ccdad86bdc4f1dabd5670f5c096046581c38b7 /user/idle.c | |
parent | move user to 0x30000, update kernel.ld (diff) | |
download | comus-6ece4e20acd943b49b05a36f14594ad7413c1897.tar.gz comus-6ece4e20acd943b49b05a36f14594ad7413c1897.tar.bz2 comus-6ece4e20acd943b49b05a36f14594ad7413c1897.zip |
remove trailing whitespace
Diffstat (limited to 'user/idle.c')
-rw-r--r-- | user/idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |