From 3bcffb14feca0aed59587db9fe7841e9ce1e7836 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 24 Jan 2026 10:17:20 +0100 Subject: chore: Update header guards. Signed-off-by: Amlal El Mahrouss --- include/ocl/fix/checksum.hpp | 4 ++-- include/ocl/fix/detail/config.hpp | 4 ++-- include/ocl/fix/parser.hpp | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'include') 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 #include 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 #include 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 #include @@ -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 -- cgit v1.2.3