Skip to content

Commit

Permalink
Merge pull request #41556 from fwyzard/alpaka_llvm14_updates
Browse files Browse the repository at this point in the history
Apply clang-tidy and clang-format changes [LLVM 14, 13.1.x]
  • Loading branch information
cmsbuild authored May 5, 2023
2 parents 0447b06 + 6318a1f commit 57b97e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HeterogeneousCore/AlpakaCore/interface/alpaka/Event.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::device {

// To be able to interact with non-Alpaka helper code that needs
// to access edm::Event
operator edm::Event const &() const { return constEvent_; }
operator edm::Event const&() const { return constEvent_; }

Device device() const { return metadata_->device(); }

Expand Down
2 changes: 1 addition & 1 deletion HeterogeneousCore/AlpakaCore/interface/alpaka/EventSetup.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace ALPAKA_ACCELERATOR_NAMESPACE::device {

// To be able to interact with non-Alpaka helper code that needs
// to access edm::EventSetup
operator edm::EventSetup const &() const { return setup_; }
operator edm::EventSetup const&() const { return setup_; }

// getData()

Expand Down

0 comments on commit 57b97e5

Please sign in to comment.