mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-26 22:38:34 +00:00
AudioCommon: Clean up brace placements
This commit is contained in:
parent
ba4934b75e
commit
f94e764df5
9 changed files with 93 additions and 43 deletions
|
@ -19,7 +19,8 @@ PulseAudio::PulseAudio(CMixer *mixer)
|
|||
: SoundStream(mixer)
|
||||
, m_thread()
|
||||
, m_run_thread()
|
||||
{}
|
||||
{
|
||||
}
|
||||
|
||||
bool PulseAudio::Start()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue