From 8d449456849472f7cc9e41c8fa8ac05cd23be83e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 21 Feb 2025 16:06:24 +0000 Subject: [PATCH] Please consider the following formatting changes --- .../MFT/calibration/src/NoiseCalibratorSpec.cxx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx b/Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx index b7d7909936ed1..4c05ab767972d 100644 --- a/Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx +++ b/Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx @@ -1,4 +1,4 @@ -// Copyright 2019-2020 CERN and copyright holders of ALICE O2. + // Copyright 2019-2020 CERN and copyright holders of ALICE O2. // See https://alice-o2.web.cern.ch/copyright for details of the copyright holders. // All rights not expressly granted are reserved. // @@ -27,7 +27,7 @@ #include "Framework/CCDBParamSpec.h" #include "DetectorsCommonDataFormats/DetectorNameConf.h" -using namespace o2::framework; + using namespace o2::framework; using namespace o2::utils; namespace o2 @@ -83,8 +83,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc) } else { LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB"; sendOutputCcdbDcs(pc.outputs()); - LOG(info) << "Sending an object to Production-CCDBMerge"; - sendOutputCcdbMerge(pc.outputs()); + LOG(info) << "Sending an object to Production-CCDBMerge"; + sendOutputCcdbMerge(pc.outputs()); } pc.services().get().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All); } @@ -106,8 +106,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc) sendOutputDcs(pc.outputs()); } else { LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB"; - sendOutputCcdbDcs(pc.outputs()); - LOG(info) << "Sending an object to Production-CCDBMerge"; + sendOutputCcdbDcs(pc.outputs()); +  LOG(info) << "Sending an object to Production-CCDBMerge"; sendOutputCcdbMerge(pc.outputs()); } pc.services().get().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);