From 8158611f52ffb8ade8d545756b926908ad28f058 Mon Sep 17 00:00:00 2001 From: scott snyder <scott.snyder@cern.ch> Date: Thu, 23 Mar 2017 09:19:16 +0100 Subject: [PATCH] LArCalibTools: Fix gcc6 inconsistent indentation warnings. gcc6 warnings: Inconsistent indentation. Former-commit-id: 482d864b9abe582e8fea81863a4a5e066e5f5f41 --- LArCalorimeter/LArCalibTools/src/LArRamps2Ntuple.cxx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LArCalorimeter/LArCalibTools/src/LArRamps2Ntuple.cxx b/LArCalorimeter/LArCalibTools/src/LArRamps2Ntuple.cxx index c7ff0456eee6..8f4e491643ab 100755 --- a/LArCalorimeter/LArCalibTools/src/LArRamps2Ntuple.cxx +++ b/LArCalorimeter/LArCalibTools/src/LArRamps2Ntuple.cxx @@ -438,12 +438,12 @@ StatusCode LArRamps2Ntuple::stop() { for (coeffIndex=0;coeffIndex<rampcoeff.size();coeffIndex++) coeffs[coeffIndex]=rampcoeff[coeffIndex]; - sc=ntupleSvc()->writeRecord(m_nt); + sc=ntupleSvc()->writeRecord(m_nt); - if (sc!=StatusCode::SUCCESS) { - (*m_log) << MSG::ERROR << "writeRecord failed" << endmsg; - return StatusCode::FAILURE; - } + if (sc!=StatusCode::SUCCESS) { + (*m_log) << MSG::ERROR << "writeRecord failed" << endmsg; + return StatusCode::FAILURE; + } }//end loop over cells } }//end loop over gains -- GitLab