From 59ccf30aff4333e79bb608720d958bc1b5e56df0 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 15 Nov 2023 10:10:40 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/include/Framework/TimesliceIndex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/Core/include/Framework/TimesliceIndex.h b/Framework/Core/include/Framework/TimesliceIndex.h index 04d1fb88cc738..c3f3c82bdeb6e 100644 --- a/Framework/Core/include/Framework/TimesliceIndex.h +++ b/Framework/Core/include/Framework/TimesliceIndex.h @@ -135,6 +135,7 @@ class TimesliceIndex // Reset the TimesliceIndex to its initial state auto reset() -> void; + private: /// @return the oldest slot possible so that we can eventually override it. /// This is the timeslices for all the in flight parts. @@ -158,7 +159,6 @@ class TimesliceIndex OldestInputInfo mOldestPossibleInput = {}; OldestOutputInfo mOldestPossibleOutput = {}; - /// What to do in case of backpressure BackpressureOp mBackpressurePolicy = BackpressureOp::Wait; /// The maximum number of lanes for this timeslice index