Skip to content

Commit dd736d5

Browse files
committed
[PDMV] Changes suggested by new llvm18 clang-format
1 parent 15ea9bb commit dd736d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DPGAnalysis/Skims/src/CSCSkim.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,7 @@ bool CSCSkim::doDTOverlap(Handle<CSCSegmentCollection> cscSegments) {
830830
}
831831
}
832832
} // this is a good segment
833-
} // end loop over segments
833+
} // end loop over segments
834834

835835
// ---------------------------------------------
836836
// veto messy events
@@ -972,7 +972,7 @@ bool CSCSkim::doHaloLike(Handle<CSCSegmentCollection> cscSegments) {
972972
}
973973
}
974974
} // this is a good segment
975-
} // end loop over segments
975+
} // end loop over segments
976976

977977
// ---------------------------------------------
978978
// veto messy events
@@ -1262,7 +1262,7 @@ bool CSCSkim::doBFieldStudySelection(edm::Handle<reco::TrackCollection> saMuons,
12621262
}
12631263

12641264
} // this is a global muon
1265-
} // end loop over stand-alone muon collection
1265+
} // end loop over stand-alone muon collection
12661266

12671267
//-----------------------------------
12681268
// do we accept this event?

DPGAnalysis/Skims/src/PickEvents.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ bool PickEvents::filter(edm::Event& iEvent, const edm::EventSetup& iSetup) {
140140
}
141141
}
142142

143-
} // end of isRunLsBased_
143+
} // end of isRunLsBased_
144144
else { // !isRunLsBased_
145145

146146
for (unsigned int cond = 0; cond < whattodo.size(); cond++) {

0 commit comments

Comments
 (0)