From 7a3c98f2b433d59c0b661fc785bd18162741f3ae Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Wed, 7 Aug 2024 08:44:43 +0200 Subject: [PATCH] Removed trailning whitespace from source files --- kernel/swtch.S | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/swtch.S b/kernel/swtch.S index 17a8663..abbd396 100644 --- a/kernel/swtch.S +++ b/kernel/swtch.S @@ -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 - +