mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 00:34:44 +01:00
Fix styling in the other file
This commit is contained in:
parent
8cefeadbd4
commit
f197cf6bd9
@ -263,8 +263,7 @@ private:
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if RTAUDIO_VERSION_MAJOR >= 6
|
#if RTAUDIO_VERSION_MAJOR >= 6
|
||||||
static void reportErrorsAsException(RtAudioErrorType type,
|
static void reportErrorsAsException(RtAudioErrorType type, const std::string& errorText) {
|
||||||
const std::string& errorText) {
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case RtAudioErrorType::RTAUDIO_NO_ERROR:
|
case RtAudioErrorType::RTAUDIO_NO_ERROR:
|
||||||
return;
|
return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user