summaryrefslogtreecommitdiffhomepage
path: root/lib/io
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-07-05 20:49:28 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-07-05 20:49:28 +0200
commit028c97404da7ad9ebcbcd9c97903f28e0da222ed (patch)
tree8db275898d1d6540d29fcfc23eba88c2d49b4a65 /lib/io
parent49d96f61fca89046036454cdd1a5c965277c1740 (diff)
feat: fix: `fix.hpp` engine parser.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'lib/io')
-rw-r--r--lib/io/print.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/io/print.hpp b/lib/io/print.hpp
index c8c21e8..0a5b5e2 100644
--- a/lib/io/print.hpp
+++ b/lib/io/print.hpp
@@ -5,8 +5,8 @@
* Copyright 2025, SNU Systems Corp all rights reserved.
*/
-#ifndef _STDX_PRINT_HPP
-#define _STDX_PRINT_HPP
+#ifndef _SNU_PRINT_HPP
+#define _SNU_PRINT_HPP
#include <iostream>
@@ -26,4 +26,4 @@ namespace snu
}
} // namespace snu
-#endif // ifndef _STDX_PRINT_HPP \ No newline at end of file
+#endif // ifndef _SNU_PRINT_HPP \ No newline at end of file