From e0fd22a667ce69c91ce09c9597a31146c39821a9 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Mon, 15 Jul 2024 18:26:28 +0200 Subject: [PATCH] misc: remove extra newline in VMA.hpp also test CI --- src/kernel/VMA.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/kernel/VMA.hpp b/src/kernel/VMA.hpp index 500d6c630..18cf0ac0d 100644 --- a/src/kernel/VMA.hpp +++ b/src/kernel/VMA.hpp @@ -24,7 +24,6 @@ public: VMA &operator=(const VMA &) = delete; VMA &operator=(VMA &&) = delete; - /// Map all higher-half pages into the address space /// By linking them to same entries as kernel void map_kern();