Skip to content

Commit c0e4869

Browse files
committed
Please consider the following formatting changes
1 parent 83bb5f9 commit c0e4869

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/ITSMFT/ITS/tracking/include/ITStracking

Detectors/ITSMFT/ITS/tracking/include/ITStracking/Tracklet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ GPUhdi() Tracklet::Tracklet(const int idx0, const int idx1, float tanL, float ph
8484
// Nothing to do
8585
}
8686

87-
GPUhdi() unsigned char Tracklet::operator<(const Tracklet & t) const
87+
GPUhdi() unsigned char Tracklet::operator<(const Tracklet& t) const
8888
{
8989
if (isEmpty()) {
9090
return false;

0 commit comments

Comments
 (0)