summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/fix/parser.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-24 10:17:20 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-24 10:17:20 +0100
commit3bcffb14feca0aed59587db9fe7841e9ce1e7836 (patch)
tree38789b6546396489e0e730e5513e5d7be359ab7d /include/ocl/fix/parser.hpp
parent20f36d5bb5f30ba759676fde1a4da0579e66a878 (diff)
chore: Update header guards.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/fix/parser.hpp')
-rw-r--r--include/ocl/fix/parser.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/ocl/fix/parser.hpp b/include/ocl/fix/parser.hpp
index 9268662..560ecb9 100644
--- a/include/ocl/fix/parser.hpp
+++ b/include/ocl/fix/parser.hpp
@@ -10,8 +10,8 @@
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
// Official repository: https://github.com/ocl-org/fix
-#ifndef __OCL_FIX_PARSER
-#define __OCL_FIX_PARSER
+#ifndef OCL_FIX_PARSER
+#define OCL_FIX_PARSER
#include <ocl/fix/detail/config.hpp>
#include <fstream>
@@ -146,4 +146,4 @@ inline std::ostream& operator<<(std::ostream& os, const ocl::fix::range& r)
return os;
}
-#endif // ifndef __OCL_FIX_PARSER
+#endif // ifndef OCL_FIX_PARSER