mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
Fix styling, modern computers can display more than 40 columns
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user