Skip to content

Commit

Permalink
[HETEROGENEOUS] [LLVM14] Apply clang-tidy and clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar authored and fwyzard committed May 3, 2023
1 parent 204b800 commit 6318a1f
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 6318a1f

Please sign in to comment.