Skip to content

Commit 9754584

Browse files
committed
Run clang format
1 parent 4fcc4df commit 9754584

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Source/Utility/looper.h

Lines changed: 4 additions & 4 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
{
@@ -247,7 +247,7 @@ class Looper
247247

248248
void SetIncrementSize(float increment) { increment_size = increment; }
249249

250-
inline float GetPos() const { return pos_; }
250+
inline float GetPos() const { return pos_; }
251251
inline size_t GetRecSize() const { return recsize_; }
252252

253253
private:

0 commit comments

Comments
 (0)