Skip to content
Snippets Groups Projects
Commit 8158611f authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

LArCalibTools: Fix gcc6 inconsistent indentation warnings.

gcc6 warnings: Inconsistent indentation.



Former-commit-id: 482d864b
parent 7e7582a7
No related merge requests found
...@@ -438,12 +438,12 @@ StatusCode LArRamps2Ntuple::stop() { ...@@ -438,12 +438,12 @@ StatusCode LArRamps2Ntuple::stop() {
for (coeffIndex=0;coeffIndex<rampcoeff.size();coeffIndex++) for (coeffIndex=0;coeffIndex<rampcoeff.size();coeffIndex++)
coeffs[coeffIndex]=rampcoeff[coeffIndex]; coeffs[coeffIndex]=rampcoeff[coeffIndex];
sc=ntupleSvc()->writeRecord(m_nt); sc=ntupleSvc()->writeRecord(m_nt);
if (sc!=StatusCode::SUCCESS) { if (sc!=StatusCode::SUCCESS) {
(*m_log) << MSG::ERROR << "writeRecord failed" << endmsg; (*m_log) << MSG::ERROR << "writeRecord failed" << endmsg;
return StatusCode::FAILURE; return StatusCode::FAILURE;
} }
}//end loop over cells }//end loop over cells
} }
}//end loop over gains }//end loop over gains
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment