Skip to content

Commit

Permalink
scram b code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
vargasa committed Jun 5, 2020
1 parent 9b27a44 commit 2144981
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ void DD4hep_TrackingMaterialAnalyser::endJob(void) {
void DD4hep_TrackingMaterialAnalyser::analyze(const edm::Event& event, const edm::EventSetup& setup) {
using namespace edm;
ESTransientHandle<cms::DDCompactView> hDDD;
setup.get<IdealGeometryRecord>().get(m_tag,hDDD);
setup.get<IdealGeometryRecord>().get(m_tag, hDDD);

m_groups.reserve(m_groupNames.size());
// Initialize m_groups iff it has size equal to zero, so that we are
Expand Down

0 comments on commit 2144981

Please sign in to comment.