Skip to content

Commit

Permalink
Applied code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Feb 3, 2021
1 parent 12d0bb1 commit db792e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FWCore/Framework/interface/EventProcessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ namespace edm {

//Guarantee that task group is the last to be destroyed
tbb::task_group taskGroup_;

std::shared_ptr<ActivityRegistry> actReg_; // We do not use propagate_const because the registry itself is mutable.
edm::propagate_const<std::shared_ptr<ProductRegistry>> preg_;
edm::propagate_const<std::shared_ptr<BranchIDListHelper>> branchIDListHelper_;
Expand Down

0 comments on commit db792e2

Please sign in to comment.