Skip to content

Commit c117d26

Browse files
committed
Please consider the following formatting changes
1 parent 1b05576 commit c117d26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ GPUd() bool TrackParametrizationWithError<value_T>::propagateToDCA(const o2::dat
228228
value_t d = gpu::CAMath::Abs(x * snp - y * csp);
229229
if (d > maxD) {
230230
if (dca) { // provide default DCA for failed propag
231-
dca->set(o2::track::DefaultDCA, o2::track::DefaultDCA,
232-
o2::track::DefaultDCACov, o2::track::DefaultDCACov, o2::track::DefaultDCACov);
231+
dca->set(o2::track::DefaultDCA, o2::track::DefaultDCA,
232+
o2::track::DefaultDCACov, o2::track::DefaultDCACov, o2::track::DefaultDCACov);
233233
}
234234
return false;
235235
}
@@ -250,8 +250,8 @@ GPUd() bool TrackParametrizationWithError<value_T>::propagateToDCA(const o2::dat
250250
LOG(debug) << "failed to propagate to alpha=" << alp << " X=" << xv << vtx << " | Track is: " << tmpT.asString();
251251
#endif
252252
if (dca) { // provide default DCA for failed propag
253-
dca->set(o2::track::DefaultDCA, o2::track::DefaultDCA,
254-
o2::track::DefaultDCACov, o2::track::DefaultDCACov, o2::track::DefaultDCACov);
253+
dca->set(o2::track::DefaultDCA, o2::track::DefaultDCA,
254+
o2::track::DefaultDCACov, o2::track::DefaultDCACov, o2::track::DefaultDCACov);
255255
}
256256
return false;
257257
}

0 commit comments

Comments
 (0)