Skip to content

Commit d4fd63c

Browse files
Merge pull request #4 from alibuild/alibot-cleanup-15804
Please consider the following formatting changes to #15804
2 parents e7c188b + bfad165 commit d4fd63c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Detectors/Upgrades/ALICE3/IOTOF/simulation/src/Digitizer.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ void Digitizer::stepping(const o2::itsmft::Hit& hit, float**& respMatrix, float*
243243
avgHitLocalZ[i] = new float[colSpan]();
244244
}
245245

246-
if (!respMatrix || !avgHitLocalX || !avgHitLocalZ
247-
|| rowSpan <= 0 || colSpan <= 0) {
246+
if (!respMatrix || !avgHitLocalX || !avgHitLocalZ || rowSpan <= 0 || colSpan <= 0) {
248247
return;
249248
}
250249
if (nSkip) {

0 commit comments

Comments
 (0)