From f197cf6bd9fa1caf5127f64602b8daad0c4c77fd Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Sun, 21 Jan 2024 23:49:23 +0100 Subject: [PATCH] Fix styling in the other file --- source_modules/audio_source/src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;