Skip to content

Commit 280a372

Browse files
committed
Clang-format
1 parent d694d14 commit 280a372

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/audiomixerboard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1335,7 +1335,7 @@ void CAudioMixerBoard::ApplyNewConClientList ( CVector<CChannelInfo>& vecChanInf
13351335
Mutex.unlock(); // release mutex
13361336

13371337
// Ensure MIDI state is applied to faders during the connection process
1338-
SetMIDICtrlUsed(pSettings->bUseMIDIController);
1338+
SetMIDICtrlUsed ( pSettings->bUseMIDIController );
13391339

13401340
// sort the channels according to the selected sorting type
13411341
ChangeFaderOrder ( eChSortType );

src/clientsettingsdlg.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ void CClientSettingsDlg::showEvent ( QShowEvent* event )
910910
chbUseMIDIController->setChecked ( pSettings->bUseMIDIController );
911911

912912
// Emit MIDIControllerUsageChanged signal to propagate MIDI state at startup
913-
emit MIDIControllerUsageChanged(chbUseMIDIController->isChecked());
913+
emit MIDIControllerUsageChanged ( chbUseMIDIController->isChecked() );
914914

915915
QDialog::showEvent ( event );
916916
}

0 commit comments

Comments
 (0)