Skip to content

Commit

Permalink
[GEOMETRY] [LLVM14] Apply clang-tidy and clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Apr 26, 2023
1 parent 0c3a8c6 commit d60d7ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Geometry/TrackerGeometryBuilder/test/ModuleInfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -374,9 +374,9 @@ void ModuleInfo::analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup
if (out_ring == 2)
out_module += 1;
} else
// in odd rings, stereo modules are the odd ones
if (out_ring != 2)
out_module += 1;
// in odd rings, stereo modules are the odd ones
if (out_ring != 2)
out_module += 1;
} else {
out_module = tTopo->tecModule(id);
}
Expand Down

0 comments on commit d60d7ed

Please sign in to comment.