From 8cfcadda2f57cfdc4da40d04c27e203d2a7b6d60 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 21 Sep 2026 12:07:04 +0000 Subject: [PATCH] Please consider the following formatting changes --- GPU/GPUTracking/TRDTracking/GPUTRDTracker.h | 1 - 1 file changed, 1 deletion(-) diff --git a/GPU/GPUTracking/TRDTracking/GPUTRDTracker.h b/GPU/GPUTracking/TRDTracking/GPUTRDTracker.h index 79f894bf473a3..8d16f48aa7f5b 100644 --- a/GPU/GPUTracking/TRDTracking/GPUTRDTracker.h +++ b/GPU/GPUTracking/TRDTracking/GPUTRDTracker.h @@ -197,7 +197,6 @@ class GPUTRDTracker_t : public GPUProcessor GPUTRDTrackerDebug* mDebug; // debug output bool mChamberStatus[kNChambers] = {}; // good (0) or bad (1) chamber from the CCDB, used for determining whether a track is findable // bool mPadStatus[kNPads] = {}; // whether pad is masked or not in hardware, from the CCDB, used for determining if a track is findable - }; } // namespace o2::gpu