From 54cdc10862d95ccaf70def277946625d8c721113 Mon Sep 17 00:00:00 2001 From: Fabian Imhof Date: Fri, 1 Nov 2024 15:33:02 +0000 Subject: add spacing --- arch/x86_64/include/arch/memory/paging/active_page_table.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86_64/include/arch/memory/paging/active_page_table.hpp b/arch/x86_64/include/arch/memory/paging/active_page_table.hpp index 83624a9..8e80b51 100644 --- a/arch/x86_64/include/arch/memory/paging/active_page_table.hpp +++ b/arch/x86_64/include/arch/memory/paging/active_page_table.hpp @@ -163,6 +163,7 @@ namespace teachos::arch::memory::paging } page_table_handle active_handle; ///< Underlying active level 4 page table + private: /** * @brief Private constructor should only be used by create or get method, which ensures to create only ever one -- cgit v1.2.3