Skip to content

Commit 188fd27

Browse files
committed
Please consider the following formatting changes
1 parent 13fa25c commit 188fd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tasks/flowTest.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ struct flowTest {
9595
int pdgCode = TMath::Abs(mcParticle.pdgCode());
9696
if (pdgCode != 11 && pdgCode != 13 && pdgCode != 211 && pdgCode != 321 && pdgCode != 2212)
9797
continue;
98-
if((pdgSelection.value != 0) && (pdgCode != pdgSelection.value) )
98+
if ((pdgSelection.value != 0) && (pdgCode != pdgSelection.value))
9999
continue; // isn't of desired species and pdgSelection is requested
100100

101101
if (!mcParticle.isPhysicalPrimary())

0 commit comments

Comments
 (0)