summaryrefslogtreecommitdiffhomepage
path: root/include/ocl/commit.hpp
diff options
context:
space:
mode:
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