Skip to content

Commit cab993b

Browse files
alibuildshahor02
authored andcommitted
Please consider the following formatting changes
1 parent b9ae784 commit cab993b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Analysis/Tasks/PWGHF/HFTrackIndexSkimsCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ struct SelectTracks {
5555
array<float, 2> dca;
5656
auto trackparvar0 = getTrackParCov(track);
5757
bool isprop = trackparvar0.propagateParamToDCA(vtxXYZ, d_bz, &dca, 100.); // get impact parameters
58-
if(!isprop)
58+
if (!isprop)
5959
status = 0;
6060
if (abs(dca[0]) < dcatoprimxymin)
6161
status = 0;

0 commit comments

Comments
 (0)