From 54efcec7f08810917d4a31669f470e1799d73db1 Mon Sep 17 00:00:00 2001 From: Michael Schellenberger Costa Date: Fri, 26 Apr 2024 10:01:59 +0200 Subject: [PATCH] fix formatting --- cub/cub/util_device.cuh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cub/cub/util_device.cuh b/cub/cub/util_device.cuh index 5d724ae4a6b..7dc9fc1aa25 100644 --- a/cub/cub/util_device.cuh +++ b/cub/cub/util_device.cuh @@ -66,7 +66,8 @@ CUB_NAMESPACE_BEGIN #ifndef DOXYGEN_SHOULD_SKIP_THIS // Do not document -namespace detail { +namespace detail +{ /** * @brief Helper class template that allows overwriting the `BLOCK_THREAD` and `ITEMS_PER_THREAD` * configurations of a given policy.