mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 09:59:32 -06:00
AudioCommon: Clean up brace placements
This commit is contained in:
@ -19,7 +19,8 @@ PulseAudio::PulseAudio(CMixer *mixer)
|
||||
: SoundStream(mixer)
|
||||
, m_thread()
|
||||
, m_run_thread()
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
bool PulseAudio::Start()
|
||||
{
|
||||
|
Reference in New Issue
Block a user