diff --git a/source_modules/audio_source/src/main.cpp b/source_modules/audio_source/src/main.cpp index b7abe253..cbaf08b8 100644 --- a/source_modules/audio_source/src/main.cpp +++ b/source_modules/audio_source/src/main.cpp @@ -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;