aboutsummaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-09-03 14:14:17 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-09-03 14:36:28 +0200
commit28114ae949130d39380a80800c60b5b334d61b19 (patch)
treeeade2e52c744cfa63ac0bc9888583c998cdd4751 /kernel
parente9c8e851eedeabe82878ef9d41042731c4d17e6d (diff)
downloadkernel-28114ae949130d39380a80800c60b5b334d61b19.tar.xz
kernel-28114ae949130d39380a80800c60b5b334d61b19.zip
chore: fix header guards
Diffstat (limited to 'kernel')
-rw-r--r--kernel/kernel/vfs/path.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/kernel/vfs/path.hpp b/kernel/kernel/vfs/path.hpp
index e3dbe8d5..38cf2967 100644
--- a/kernel/kernel/vfs/path.hpp
+++ b/kernel/kernel/vfs/path.hpp
@@ -94,4 +94,4 @@ namespace kernel::vfs::path
} // namespace kernel::vfs::path
-#endif // TEACHOS_KERNEL_FILESYSTEM_PATH_HPP \ No newline at end of file
+#endif \ No newline at end of file