Skip to content

Commit

Permalink
Merge pull request #45927 from smuzaffar/alca-l1-llvm18-clang-format
Browse files Browse the repository at this point in the history
[ALCA-L1] Changes suggested by new llvm18 clang-format
  • Loading branch information
cmsbuild authored Sep 11, 2024
2 parents 8f0aba6 + 9a20e3d commit 452f428
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CalibCalorimetry/EcalTPGTools/plugins/EcalTPGParamBuilder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ void EcalTPGParamBuilder::analyze(const edm::Event& evt, const edm::EventSetup&
ss << "INFO: DONE transparency correction files " << xtalcounter << "\n";
edm::LogInfo("TopInfo") << ss.str();
ss.str("");
} // file
} // file
else { // Jean 2018
edm::LogInfo("TopInfo") << "INFO: READING transparency correction tag"
<< "\n";
Expand All @@ -524,7 +524,7 @@ void EcalTPGParamBuilder::analyze(const edm::Event& evt, const edm::EventSetup&
edm::LogInfo("TopInfo") << ss.str();
ss.str("");
} // Jean 2018
} //if transparency
} //if transparency

// histo
TFile saving("EcalTPGParam.root", "recreate");
Expand Down
2 changes: 1 addition & 1 deletion CalibCalorimetry/HcalTPGAlgos/interface/HcalEmap.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class HcalEmap {
topbottom = "";
subdet = "";
}
~HcalEmapRow(){};
~HcalEmapRow() {}

bool operator<(const HcalEmapRow& other) const;

Expand Down
8 changes: 4 additions & 4 deletions CalibCalorimetry/HcalTPGAlgos/src/HcaluLUTTPGCoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -275,10 +275,10 @@ void HcaluLUTTPGCoder::update(const char* filename, bool appendMSB) {
} else
inputLUT_[lutId][adc] = lutFromFile[i][adc];
} // for adc
} // for depth
} // for iphi
} // for ieta
} // for nCol
} // for depth
} // for iphi
} // for ieta
} // for nCol
}

void HcaluLUTTPGCoder::updateXML(const char* filename) {
Expand Down

0 comments on commit 452f428

Please sign in to comment.