Skip to content

Commit

Permalink
Take care of codechecker comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Sep 17, 2017
1 parent c952056 commit bda4778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Calibration/HcalCalibAlgos/plugins/HcalHBHEMuonAnalyzer.cc
Expand Up @@ -208,7 +208,7 @@ HcalHBHEMuonAnalyzer::HcalHBHEMuonAnalyzer(const edm::ParameterSet& iConfig) : h
if (fileInCorr_ != "") {
std::ifstream infile(fileInCorr_.c_str());
if (infile.is_open()) {
while (1) {
while (true) {
unsigned int id;
double cfac;
infile >> id >> cfac;
Expand Down

0 comments on commit bda4778

Please sign in to comment.