Skip to content

Commit e302f5e

Browse files
committed
ITS: fix tracklet formatting
Signed-off-by: Felix Schlepper <felix.schlepper@cern.ch>
1 parent 1807af3 commit e302f5e

File tree

1 file changed

+2
-2
lines changed
  • Detectors/ITSMFT/ITS/tracking/include/ITStracking

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
1+
// Copyright 2019-2026 CERN and copyright holders of ALICE O2.
22
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
33
// All rights not expressly granted are reserved.
44
//
@@ -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)