summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/commit.hpp
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-02-21 11:12:13 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-02-21 11:12:13 +0100
commit04846a4b77f66121ac02787f998d3585fe20c9a6 (patch)
treeaf5ba8139ead614e31c26355986ab958086dfc14 /include/ocl/commit.hpp
parent0faf648fbd10d8f3623388cefb059faff880179b (diff)
chore: allocator_op.hpp: add mutex_type and lock_type.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/commit.hpp')
-rw-r--r--include/ocl/commit.hpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/ocl/commit.hpp b/include/ocl/commit.hpp
index 5638aff..3010907 100644
--- a/include/ocl/commit.hpp
+++ b/include/ocl/commit.hpp
@@ -8,13 +8,13 @@
#include <ocl/detail/config.hpp>
-namespace ocl {
+namespace ocl
+{
- /// @brief Conforms to the IOAble container requirements.
- template <class IOAble>
- class transaction;
-
+ /// @brief Conforms to the IOAble container requirements.
+ template <class IOAble>
+ class transaction;
-}
+} // namespace ocl
#endif