Skip to content

Commit 2a4f6cf

Browse files
committed
removed trailing spaces
1 parent 4ec9cc8 commit 2a4f6cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGLF/Tasks/Strangeness/strangenessInJets.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ struct StrangenessInJets {
15611561
continue;
15621562
if (!motherPos.isPhysicalPrimary())
15631563
continue;
1564-
1564+
15651565
// K0s
15661566
if (passedK0ShortSelection(v0, pos, neg) && motherPos.pdgCode() == kK0Short) {
15671567
registryMC.fill(HIST("K0s_reconstructed_fullevent"), multiplicity, v0.pt());
@@ -1704,7 +1704,7 @@ struct StrangenessInJets {
17041704
if (motherPos != motherNeg)
17051705
continue;
17061706
bool isPhysPrim = motherPos.isPhysicalPrimary());
1707-
1707+
17081708
// Compute distance from jet and UE axes
17091709
double deltaEtaJet = v0dir.Eta() - selectedJet[i].Eta();
17101710
double deltaPhiJet = getDeltaPhi(v0dir.Phi(), selectedJet[i].Phi());

0 commit comments

Comments
 (0)