Remove one trailing whitespace

This commit is contained in:
Patrik Nilsson
2025-06-01 17:02:50 +02:00
committed by teejusb
parent 7d398919a0
commit 039bede4d1
+1 -1
View File
@@ -136,7 +136,7 @@ int RageSoundManager::GetDriverSampleRate() const
return kFallbackSampleRate;
// Returns the *actual* operating rate of the loaded driver
return m_pDriver->GetSampleRate();
return m_pDriver->GetSampleRate();
}
/* If the given path is loaded, return a copy; otherwise return nullptr.