mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02: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