Skip to content

Commit

Permalink
Merge pull request #45926 from smuzaffar/alca-upgrade-llvm18-clang-fo…
Browse files Browse the repository at this point in the history
…rmat

[ALCA-UPGRADE] Changes suggested by new llvm18 clang-format
  • Loading branch information
cmsbuild authored Sep 10, 2024
2 parents 78b3f74 + b48bcf5 commit 2e21c11
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class SiPhase2OuterTrackerFakeLorentzAngleESSource : public edm::ESProducer,
SiPhase2OuterTrackerFakeLorentzAngleESSource(const edm::ParameterSet &);
~SiPhase2OuterTrackerFakeLorentzAngleESSource() override;

void produce(){};
void produce() {}
static void fillDescriptions(edm::ConfigurationDescriptions &);

protected:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,9 @@ SiPhase2BadStripConfigurableFakeESSource::ReturnType SiPhase2BadStripConfigurabl
counter++;

} // if it's a strip module
} // if it's OT
} // if it's Tracker
} // loop on DetIds
} // if it's OT
} // if it's Tracker
} // loop on DetIds

LogDebug("SiPhase2BadStripConfigurableFakeESSource") << "end of the detId loops";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ namespace fakeOTLA {
edm::LogError("SiPhase2OuterTrackerFakeLorentzAngleESSource")
<< "[SiPhase2OuterTrackerFakeLorentzAngleESSource::produce] detid already exists" << std::endl;
} // if it's a OT DetId
} // check if Tracker
} // loop on DetIds
} // check if Tracker
} // loop on DetIds
return std::unique_ptr<T>(obj);
}
} // namespace fakeOTLA
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ class SiPhase2BadStripChannelBuilder : public ConditionDBWriter<SiStripBadStrip>
theOTDets.push_back(pixdet);
}
} // if it's a Strip module
} // if it's OT
} // if it's Tracker
} // loop of geomdets
} // if it's OT
} // if it's Tracker
} // loop of geomdets
};

void algoAnalyze(const edm::Event& event, const edm::EventSetup& es) override {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ void SiPhase2BadStripChannelReader::analyze(edm::StreamID,
<< badStrip.second << ")" << std::endl;
}
} // if doesn't exceed the maximum printout level
} // loop over the range
} // loop over the range
countMessages++;
} // loop over the detids

Expand Down

0 comments on commit 2e21c11

Please sign in to comment.