Skip to content

Commit 40cd0d6

Browse files
Merge formatting changes
Please consider the following formatting changes to #15665
2 parents 8902070 + 183f8c5 commit 40cd0d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Detectors/Upgrades/ALICE3/TRKFT3/FT3/base/src/GeometryTGeo.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ int GeometryTGeo::extractNumberOfDiscs(int dir)
188188
int numDiscs = 0;
189189
while (gGeoManager->GetVolume(composeSymNameLayer(dir, numDiscs))) {
190190
numDiscs++;
191-
} // Check maybe subvolume?
191+
} // Check maybe subvolume?
192192
return numDiscs; // Assume same # layers on both sides
193193
}
194194
//__________________________________________________________________________

0 commit comments

Comments
 (0)