From 28114ae949130d39380a80800c60b5b334d61b19 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 3 Sep 2026 14:14:17 +0200 Subject: chore: fix header guards --- kapi/kapi/filesystem.hpp | 2 +- kapi/kapi/memory/frame_allocator.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'kapi') diff --git a/kapi/kapi/filesystem.hpp b/kapi/kapi/filesystem.hpp index 04630006..ab8a8f4a 100644 --- a/kapi/kapi/filesystem.hpp +++ b/kapi/kapi/filesystem.hpp @@ -119,4 +119,4 @@ namespace kapi::filesystem //! @} } // namespace kapi::filesystem -#endif // TEACHOS_KAPI_FILESYSTEM_HPP \ No newline at end of file +#endif \ No newline at end of file diff --git a/kapi/kapi/memory/frame_allocator.hpp b/kapi/kapi/memory/frame_allocator.hpp index 783bd3cb..12f56c2d 100644 --- a/kapi/kapi/memory/frame_allocator.hpp +++ b/kapi/kapi/memory/frame_allocator.hpp @@ -68,4 +68,4 @@ namespace kapi::memory } // namespace kapi::memory -#endif // TEACHOS_KAPI_MEMORY_FRAME_ALLOCATOR_HPP \ No newline at end of file +#endif \ No newline at end of file -- cgit v1.2.3