Skip to content

Commit 2885d22

Browse files
TimoWilkendavidrohr
authored andcommitted
Placate readability-braces-around-statements
fullCI is failing for new PRs because this statement is missing braces.
1 parent 2101aa7 commit 2885d22

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Detectors/TOF/reconstruction/src/CosmicProcessor.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,9 @@ void CosmicProcessor::process(DigitDataReader& reader, bool fill)
8282
if (l < 500) {
8383
continue;
8484
}
85-
if (pos2[1] > 0)
85+
if (pos2[1] > 0) {
8686
l = -l;
87+
}
8788

8889
dtime -= l * 33.356409; // corrected for pad distance assuiming muonn downward
8990

0 commit comments

Comments
 (0)