diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-23 08:22:52 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-23 08:22:52 +0100 |
| commit | 39a1ddf997daf1e4879b2e0cb2bd30ad6db2204c (patch) | |
| tree | a13f40050d2e9b2a8f7467672374b417e7b7d685 /test/allocator_op.test.cpp | |
| parent | 164533aa80a1ab071713bda38a19391ca4698141 (diff) | |
feat: update whitespaces.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'test/allocator_op.test.cpp')
| -rw-r--r-- | test/allocator_op.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/allocator_op.test.cpp b/test/allocator_op.test.cpp index fa2a049..890c9bc 100644 --- a/test/allocator_op.test.cpp +++ b/test/allocator_op.test.cpp @@ -13,4 +13,4 @@ BOOST_AUTO_TEST_CASE( allocator_should_succeed ) auto ptr = ocl::allocator<int>{}.construct_array<10>(); int* arr = ptr.get(); BOOST_TEST( arr != nullptr ); -}
\ No newline at end of file +} |
