Skip to content

Commit

Permalink
Code formats
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianoDee committed Nov 29, 2023
1 parent 15d6f21 commit 9facf5e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
#include "HeterogeneousCore/AlpakaInterface/interface/config.h"

namespace ALPAKA_ACCELERATOR_NAMESPACE {
using SiPixelClustersCollection = std::conditional_t<std::is_same_v<Device, alpaka::DevCpu>, SiPixelClustersHost, SiPixelClustersDevice<Device>>;
using SiPixelClustersCollection =
std::conditional_t<std::is_same_v<Device, alpaka::DevCpu>, SiPixelClustersHost, SiPixelClustersDevice<Device>>;
} // namespace ALPAKA_ACCELERATOR_NAMESPACE

namespace cms::alpakatools {
Expand Down

0 comments on commit 9facf5e

Please sign in to comment.