Skip to content

Commit 87cb324

Browse files
committed
Please consider the following formatting changes
1 parent ba09d0b commit 87cb324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGUD/Tasks/upcTauCentralBarrelRL.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ struct UpcTauRl {
845845
return false; // TPC chi2
846846
}
847847
// TOF
848-
if (track.hasTOF()){
848+
if (track.hasTOF()) {
849849
if (track.tpcChi2NCl() > cutGlobalTrack.cutMaxTOFchi2)
850850
return false; // TOF chi2
851851
}

0 commit comments

Comments
 (0)