mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 19:20:16 +02:00
fixed some more vs clang reformatting
This commit is contained in:
parent
d4dc06d2e7
commit
ecca898db8
2 changed files with 61 additions and 60 deletions
|
@ -90,6 +90,7 @@ using Mutex = std::mutex;
|
|||
using Lock = std::unique_lock<Mutex>;
|
||||
Mutex _deviceMutex;
|
||||
Mutex _recordMutex;
|
||||
|
||||
HifiAudioDeviceInfo defaultAudioDeviceForMode(QAudio::Mode mode);
|
||||
|
||||
// thread-safe
|
||||
|
@ -1050,7 +1051,7 @@ bool AudioClient::switchAudioDevice(QAudio::Mode mode, const HifiAudioDeviceInfo
|
|||
|
||||
if (mode == QAudio::AudioInput) {
|
||||
return switchInputToAudioDevice(device);
|
||||
} else { // if (mode == QAudio::AudioOutput)
|
||||
} else {
|
||||
return switchOutputToAudioDevice(device);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue