Skip to content

Commit 91b457e

Browse files
committed
Please consider the following formatting changes
1 parent e7cda03 commit 91b457e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)