diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-16 22:27:07 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-16 22:27:07 +0100 |
| commit | 15aac395a599c92016bd2d74a7c23ca6eea3d04d (patch) | |
| tree | df161c338e18369e075f4e33e3f51e4c362f35fc /include/ocl/tracked_ptr.hpp | |
| parent | 7096a2b477782db54d9e0829b6ad7c6a3314dc2c (diff) | |
chore: format codebase according to .clang-format.v2.0
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/tracked_ptr.hpp')
| -rw-r--r-- | include/ocl/tracked_ptr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ocl/tracked_ptr.hpp b/include/ocl/tracked_ptr.hpp index 03e1644..cda37a8 100644 --- a/include/ocl/tracked_ptr.hpp +++ b/include/ocl/tracked_ptr.hpp @@ -218,7 +218,7 @@ namespace ocl namespace detail { - using tracked_error = std::runtime_error; + using tracked_error = std::runtime_error; inline void throw_tracked_error() { |
