Skip to content

Commit b770a01

Browse files
author
Andrea
committed
clang format...
1 parent 6d2ccbc commit b770a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/ITS/filterTracks.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ struct FilterTracks {
184184
std::array<int, 3> pdgDecayLc = {kProton, kKMinus, kPiPlus};
185185
std::array<int, 2> pdgDecayDzero = {kKMinus, kPiPlus};
186186
std::array<int, 2> pdgDecayKzero = {kPiMinus, kPiPlus};
187-
const int nK0sShortDaught=2;
187+
const int nK0sShortDaught = 2;
188188

189189
void init(InitContext&)
190190
{

0 commit comments

Comments
 (0)