summaryrefslogtreecommitdiffhomepage
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
parent20f36d5bb5f30ba759676fde1a4da0579e66a878 (diff)
chore: Update header guards.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
-rw-r--r--include/ocl/fix/checksum.hpp4
-rw-r--r--include/ocl/fix/detail/config.hpp4
-rw-r--r--include/ocl/fix/parser.hpp6
3 files changed, 7 insertions, 7 deletions
diff --git a/include/ocl/fix/checksum.hpp b/include/ocl/fix/checksum.hpp
index a5e4469..e1ed745 100644
--- a/include/ocl/fix/checksum.hpp
+++ b/include/ocl/fix/checksum.hpp
@@ -5,8 +5,8 @@
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
-#ifndef __OCL_FIX_CHECKSUM
-#define __OCL_FIX_CHECKSUM
+#ifndef OCL_FIX_CHECKSUM
+#define OCL_FIX_CHECKSUM
#include <ocl/fix/detail/config.hpp>
#include <ocl/fix/parser.hpp>
diff --git a/include/ocl/fix/detail/config.hpp b/include/ocl/fix/detail/config.hpp
index b73454e..582f349 100644
--- a/include/ocl/fix/detail/config.hpp
+++ b/include/ocl/fix/detail/config.hpp
@@ -5,8 +5,8 @@
* Copyright 2025, Amlal El Mahrouss, licensed under the Boost Software License.
*/
-#ifndef __OCL_FIX_CONFIG
-#define __OCL_FIX_CONFIG
+#ifndef OCL_FIX_CONFIG
+#define OCL_FIX_CONFIG
#include <ocl/detail/config.hpp>
#include <ocl/crc_hash.hpp>
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