mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-11-10 04:37:37 +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
|
||||
static void reportErrorsAsException(RtAudioErrorType type,
|
||||
const std::string& errorText) {
|
||||
static void reportErrorsAsException(RtAudioErrorType type, const std::string& errorText) {
|
||||
switch (type) {
|
||||
case RtAudioErrorType::RTAUDIO_NO_ERROR:
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user