mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-27 04:47:51 +02:00
Fix styling in the other file
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user