Skip to content

Commit 7771bf9

Browse files
committed
fix clang format issue
1 parent 2528c91 commit 7771bf9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ class CClient : public QObject
260260
void OnTimerRemoteChanGainOrPan();
261261
void StartTimerGainOrPan();
262262

263-
void SetControllerInFaderLevel ( int iChannelIdx, int iValue ) { OnControllerInFaderLevel ( iChannelIdx, iValue ); }
263+
void SetControllerInFaderLevel ( int iChannelIdx, int iValue ) { OnControllerInFaderLevel ( iChannelIdx, iValue ); }
264264

265265
void SetInputBoost ( const int iNewBoost ) { iInputBoost = iNewBoost; }
266266

0 commit comments

Comments
 (0)