summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/option.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-24 10:20:20 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-24 10:20:20 +0100
commitc1aef2468265ca02a2e868e1b1a207e07a51d24a (patch)
tree4887cdc1373fcd8779bbfc875aa18b72c4fd9372 /include/ocl/option.hpp
parent28dd60c619aaa9c5e4100779f60e6e11864900cb (diff)
chore: update header guards.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/option.hpp')
-rw-r--r--include/ocl/option.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/option.hpp b/include/ocl/option.hpp
index e137302..9105f2c 100644
--- a/include/ocl/option.hpp
+++ b/include/ocl/option.hpp
@@ -3,8 +3,8 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-org/core
-#ifndef __OCL_CORE_OPTION
-#define __OCL_CORE_OPTION
+#ifndef OCL_CORE_OPTION
+#define OCL_CORE_OPTION
#include <ocl/detail/config.hpp>
#include <ocl/print.hpp>
@@ -151,4 +151,4 @@ namespace ocl
} // namespace ocl
-#endif /* ifndef __OCL_CORE_OPTION */
+#endif /* ifndef OCL_CORE_OPTION */