From e00e76b564893a5505288ffd3f5f1ba286be1c9e Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Tue, 11 Dec 2018 22:28:48 +0000 Subject: [PATCH] zxdiv: fix missing newline --- Kernel/platform-zxdiv/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-zxdiv/main.c b/Kernel/platform-zxdiv/main.c index 2d283e18..6305f1f0 100644 --- a/Kernel/platform-zxdiv/main.c +++ b/Kernel/platform-zxdiv/main.c @@ -79,4 +79,4 @@ void swapper(ptptr p) { p; } -#endif \ No newline at end of file +#endif -- 2.34.1