Skip to content

Commit 452f428

Browse files
authored
Merge pull request #45927 from smuzaffar/alca-l1-llvm18-clang-format
[ALCA-L1] Changes suggested by new llvm18 clang-format
2 parents 8f0aba6 + 9a20e3d commit 452f428

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CalibCalorimetry/EcalTPGTools/plugins/EcalTPGParamBuilder.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ void EcalTPGParamBuilder::analyze(const edm::Event& evt, const edm::EventSetup&
497497
ss << "INFO: DONE transparency correction files " << xtalcounter << "\n";
498498
edm::LogInfo("TopInfo") << ss.str();
499499
ss.str("");
500-
} // file
500+
} // file
501501
else { // Jean 2018
502502
edm::LogInfo("TopInfo") << "INFO: READING transparency correction tag"
503503
<< "\n";
@@ -524,7 +524,7 @@ void EcalTPGParamBuilder::analyze(const edm::Event& evt, const edm::EventSetup&
524524
edm::LogInfo("TopInfo") << ss.str();
525525
ss.str("");
526526
} // Jean 2018
527-
} //if transparency
527+
} //if transparency
528528

529529
// histo
530530
TFile saving("EcalTPGParam.root", "recreate");

CalibCalorimetry/HcalTPGAlgos/interface/HcalEmap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class HcalEmap {
5454
topbottom = "";
5555
subdet = "";
5656
}
57-
~HcalEmapRow(){};
57+
~HcalEmapRow() {}
5858

5959
bool operator<(const HcalEmapRow& other) const;
6060

CalibCalorimetry/HcalTPGAlgos/src/HcaluLUTTPGCoder.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,10 @@ void HcaluLUTTPGCoder::update(const char* filename, bool appendMSB) {
275275
} else
276276
inputLUT_[lutId][adc] = lutFromFile[i][adc];
277277
} // for adc
278-
} // for depth
279-
} // for iphi
280-
} // for ieta
281-
} // for nCol
278+
} // for depth
279+
} // for iphi
280+
} // for ieta
281+
} // for nCol
282282
}
283283

284284
void HcaluLUTTPGCoder::updateXML(const char* filename) {

0 commit comments

Comments
 (0)