Fix styling in the other file

pull/1284/head
AlexandreRouma 2024-01-21 23:49:23 +01:00 zatwierdzone przez GitHub
rodzic 8cefeadbd4
commit f197cf6bd9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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;