Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 15, 2023
1 parent 265a5c0 commit 59ccf30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Core/include/Framework/TimesliceIndex.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 59ccf30

Please sign in to comment.