Fix styling in the other file

This commit is contained in:
AlexandreRouma 2024-01-21 23:49:23 +01:00 committed by GitHub
parent 8cefeadbd4
commit f197cf6bd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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