Fix styling, modern computers can display more than 40 columns

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

View File

@ -164,8 +164,7 @@ public:
}
#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;