Skip to content

Commit 0c647cb

Browse files
committed
Adjust format again
1 parent 9754584 commit 0c647cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Source/Utility/looper.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ class Looper
6969
float inc;
7070
bool hitloop = false;
7171
// Record forward at normal speed during the first loop no matter what.
72-
inc = state_ == State::EMPTY || state_ == State::REC_FIRST
73-
? 1.f
74-
: GetIncrementSize();
72+
inc = state_ == State::EMPTY || state_ == State::REC_FIRST
73+
? 1.f
74+
: GetIncrementSize();
7575
win_ = WindowVal(win_idx_ * kWindowFactor);
7676
switch(state_)
7777
{

0 commit comments

Comments
 (0)