Skip to content

Commit 17f30c2

Browse files
[ALICE3] Git-clang formatting changes
1 parent 75b903b commit 17f30c2

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

‎Detectors/Upgrades/ALICE3/TRKFT3/FT3/simulation/src/FT3Module.cxx‎

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -389,18 +389,17 @@ void FT3Module::addDetectorVolume(
389389
x_mid,
390390
y_mid,
391391
z_mid) // TGeoTranslation
392-
); // addNode
393-
}
394-
else {
392+
); // addNode
393+
} else {
395394
motherVolume->AddNode(
396395
volume,
397396
volume_count,
398397
new TGeoCombiTrans("",
399-
x_mid,
400-
y_mid,
401-
z_mid,
402-
new TGeoRotation("", 0., rotX, 0.)) // TGeoCombinTrans
403-
); // addNode
398+
x_mid,
399+
y_mid,
400+
z_mid,
401+
new TGeoRotation("", 0., rotX, 0.)) // TGeoCombiTrans
402+
); // addNode
404403
}
405404
}
406405

0 commit comments

Comments
 (0)