File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ struct integrationTest {
6464 kTrackUsedTrackedV0 ,
6565 kTrackUsedTrackedCascade ,
6666 kTrackUsedQA ,
67- kNTrackTypes };
67+ kNTrackTypes };
6868
6969 enum kTable { kBC = 0 ,
7070 kBCFlag ,
@@ -221,10 +221,10 @@ struct integrationTest {
221221 " QA" };
222222
223223 // construct labels to make this plot easier to understand
224- for (uint8_t i= 0 ; i< (1 << kNTrackTypes ); i++){
225- TString trackTypeString = " " ;
226- for (uint8_t j= 0 ; j< kTrackUsedQA + 1 ; j++){
227- if ( ((i) & (1 << (j))) ) {
224+ for (uint8_t i = 0 ; i < (1 << kNTrackTypes ); i++) {
225+ TString trackTypeString = " " ;
226+ for (uint8_t j = 0 ; j < kTrackUsedQA + 1 ; j++) {
227+ if ((( i) & (1 << (j)))) {
228228 trackTypeString.Append (Form (" %s " , kTrackTypeNames [j].Data ()));
229229 }
230230 }
You can’t perform that action at this time.
0 commit comments