diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-24 10:20:20 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-24 10:20:20 +0100 |
| commit | c1aef2468265ca02a2e868e1b1a207e07a51d24a (patch) | |
| tree | 4887cdc1373fcd8779bbfc875aa18b72c4fd9372 /include/ocl/basic_hash.hpp | |
| parent | 28dd60c619aaa9c5e4100779f60e6e11864900cb (diff) | |
chore: update header guards.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/basic_hash.hpp')
| -rw-r--r-- | include/ocl/basic_hash.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/ocl/basic_hash.hpp b/include/ocl/basic_hash.hpp index 852e67d..777100e 100644 --- a/include/ocl/basic_hash.hpp +++ b/include/ocl/basic_hash.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_BASIC_HASH -#define __OCL_CORE_BASIC_HASH +#ifndef OCL_CORE_BASIC_HASH +#define OCL_CORE_BASIC_HASH #include <ocl/detail/config.hpp> |
