Skip to content

Commit 2e1aff8

Browse files
author
Niveditha Ramasubramanian
committed
fixing space issues
1 parent ec61362 commit 2e1aff8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Detectors/ITSMFT/MFT/calibration/src/NoiseCalibratorSpec.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
1+
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
22
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
// All rights not expressly granted are reserved.
44
//
@@ -27,7 +27,7 @@
2727
#include "Framework/CCDBParamSpec.h"
2828
#include "DetectorsCommonDataFormats/DetectorNameConf.h"
2929

30-
using namespace o2::framework;
30+
using namespace o2::framework;
3131
using namespace o2::utils;
3232

3333
namespace o2
@@ -83,8 +83,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
8383
} else {
8484
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
8585
sendOutputCcdbDcs(pc.outputs());
86-
LOG(info) << "Sending an object to Production-CCDBMerge";
87-
sendOutputCcdbMerge(pc.outputs());
86+
LOG(info) << "Sending an object to Production-CCDBMerge";
87+
sendOutputCcdbMerge(pc.outputs());
8888
}
8989
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);
9090
}
@@ -106,8 +106,8 @@ void NoiseCalibratorSpec::run(ProcessingContext& pc)
106106
sendOutputDcs(pc.outputs());
107107
} else {
108108
LOG(info) << "Sending an object to Production-CCDB and DCS-CCDB";
109-
sendOutputCcdbDcs(pc.outputs());
110-
LOG(info) << "Sending an object to Production-CCDBMerge";
109+
sendOutputCcdbDcs(pc.outputs());
110+
LOG(info) << "Sending an object to Production-CCDBMerge";
111111
sendOutputCcdbMerge(pc.outputs());
112112
}
113113
pc.services().get<ControlService>().readyToQuit(mStopMeOnly ? QuitRequest::Me : QuitRequest::All);

0 commit comments

Comments
 (0)