Skip to content

Commit

Permalink
Add breaks as discussed in the comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Sep 2, 2019
1 parent 09fa6ef commit c30880f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RecoLocalMuon/CSCRecHitD/src/CSCXonStrip_MatchGatti.cc
Expand Up @@ -293,7 +293,7 @@ void CSCXonStrip_MatchGatti::findXOnStrip(const CSCDetId& id,
noise_level = noise_level_ME1b;
xt_asymmetry = xt_asymmetry_ME1b;
const_syst = const_syst_ME1b;
[[fallthrough]];
break;

case 3:
noise_level = noise_level_ME12;
Expand Down
2 changes: 1 addition & 1 deletion RecoMuon/TrackerSeedGenerator/plugins/TSGForRoadSearch.cc
Expand Up @@ -426,7 +426,7 @@ void TSGForRoadSearch::makeSeeds_4(const reco::Track &muon, std::vector<Trajecto
edm::LogWarning(theCategory) << "ran out of layers to find a seed: no seed.";
return;
}
[[fallthrough]];
break;
}
case GeomDetEnumerators::PixelBarrel: {
edm::LogError(theCategory)
Expand Down

0 comments on commit c30880f

Please sign in to comment.