Skip to content

Commit 4fb62e4

Browse files
authored
cosmetics
1 parent e7cda03 commit 4fb62e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ struct LightIonsEvSelQa {
551551

552552
auto bcIndex = foundBC.globalIndex();
553553
// bool noNearbyActivity = (vPastActivity[bcIndex] == 0 && vFutureActivity[bcIndex] == 0);
554-
bool noPastActivity = (vPastActivity[bcIndex] == 0 );
554+
bool noPastActivity = (vPastActivity[bcIndex] == 0);
555555

556556
// ### count tracks of different types
557557
int nPVtracks = 0;

0 commit comments

Comments
 (0)