Skip to content

Commit 802c532

Browse files
committed
Please consider the following formatting changes
1 parent e275fef commit 802c532

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Common/Tools/PID/pidTPCModule.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,7 @@ class pidTPCModule
595595
track_properties[counter_track_props + 7] = hadronicRateBegin / 50.;
596596
}
597597
}
598-
track_properties[counter_track_props + 8] = std::fmod(std::fmod(trk.phi(), 2 * M_PI) + 2 * M_PI, M_PI/9.0);
598+
track_properties[counter_track_props + 8] = std::fmod(std::fmod(trk.phi(), 2 * M_PI) + 2 * M_PI, M_PI / 9.0);
599599
}
600600
counter_track_props += input_dimensions;
601601
}

0 commit comments

Comments
 (0)