From 8d0e51ad4a4cbaa8a44520c682935be751842d90 Mon Sep 17 00:00:00 2001 From: miranov25 Date: Wed, 29 May 2024 17:04:48 +0200 Subject: [PATCH] #13173 - using clang-format --- Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx b/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx index 76aa28b564760..81f12756e5dc7 100644 --- a/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx +++ b/Detectors/TPC/workflow/src/TPCTimeSeriesSpec.cxx @@ -1199,7 +1199,7 @@ class TPCTimeSeries : public Task if (contributeToVertex) { if (propagator->propagateToDCA(vertex.getXYZ(), trackITSTPCTmp, propagator->getNominalBz(), mFineStep, mMatType, &dcaITSTPCTmp)) { phiITSTPCAtVertex = trackITSTPCTmp.getPhi(); - dcaITSTPC=dcaITSTPCTmp; + dcaITSTPC = dcaITSTPCTmp; } // propagate TPC track to vertex @@ -1374,7 +1374,7 @@ class TPCTimeSeries : public Task << "tpc_timebin=" << trkOrig.getTime0() << "qpt=" << trkOrig.getParam(4) << "ncl=" << trkOrig.getNClusters() - << "ncl_shared="<