Skip to content

Commit 3934b19

Browse files
committed
Please consider the following formatting changes
1 parent bfe3084 commit 3934b19

File tree

1 file changed

+1
-1
lines changed
  • Detectors/TPC/calibration/include/TPCCalibration

1 file changed

+1
-1
lines changed

Detectors/TPC/calibration/include/TPCCalibration/TrackDump.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class TrackDump
7878
float zc(float vertexTime = 0) const;
7979

8080
inline static o2::gpu::aligned_unique_buffer_ptr<o2::gpu::TPCFastTransformPOD> corrMapBuffer; // buffer for owning the correction map in case of update during runtime
81-
inline static const o2::gpu::TPCFastTransformPOD* corrMap{nullptr}; // local copy of the correction map for quick access to the transform functions
81+
inline static const o2::gpu::TPCFastTransformPOD* corrMap{nullptr}; // local copy of the correction map for quick access to the transform functions
8282
static void loadCorrMaps(std::string_view corrMapFile, std::string_view corrMapFileRef = "");
8383
ClassDefNV(ClusterNativeAdd, 1);
8484
};

0 commit comments

Comments
 (0)