Skip to content

Commit 5a93e74

Browse files
committed
Please consider the following formatting changes
1 parent 939afbd commit 5a93e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Detectors/TPC/calibration/include/TPCCalibration

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)