Removed trailning whitespace from source files

This commit is contained in:
Imbus 2024-08-07 08:44:43 +02:00
parent 065b782951
commit 7a3c98f2b4

View file

@ -2,7 +2,7 @@
#
# void swtch(struct context *old, struct context *new);
#
# Save current registers in old. Load from new.
# Save current registers in old. Load from new.
.globl swtch
@ -39,4 +39,4 @@ swtch:
ret