From d60d7edd8cd03ba9eb36d1f1cbff3ddb7e793b46 Mon Sep 17 00:00:00 2001 From: Shahzad Malik Muzaffar Date: Wed, 26 Apr 2023 16:47:59 +0200 Subject: [PATCH] [GEOMETRY] [LLVM14] Apply clang-tidy and clang-format changes --- Geometry/TrackerGeometryBuilder/test/ModuleInfo.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Geometry/TrackerGeometryBuilder/test/ModuleInfo.cc b/Geometry/TrackerGeometryBuilder/test/ModuleInfo.cc index 8d5919d798a4a..c20bee60d2b8e 100644 --- a/Geometry/TrackerGeometryBuilder/test/ModuleInfo.cc +++ b/Geometry/TrackerGeometryBuilder/test/ModuleInfo.cc @@ -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); }