From 39a1ddf997daf1e4879b2e0cb2bd30ad6db2204c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Tue, 23 Dec 2025 08:22:52 +0100 Subject: feat: update whitespaces. Signed-off-by: Amlal El Mahrouss --- test/allocator_op.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/allocator_op.test.cpp') 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{}.construct_array<10>(); int* arr = ptr.get(); BOOST_TEST( arr != nullptr ); -} \ No newline at end of file +} -- cgit v1.2.3