summaryrefslogtreecommitdiff
path: root/Source/Core/AudioCommon/PulseAudioStream.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-08-30 16:29:15 -0400
committerLioncash <mathew1800@gmail.com>2014-08-30 18:06:42 -0400
commitf94e764df52eba37bc1b800112d0c3e02f6455d1 (patch)
tree2289b335c2babba85f012c3aa83391dde5fab2fd /Source/Core/AudioCommon/PulseAudioStream.cpp
parentba4934b75eb13cc04a54efd54a9d6f286d255083 (diff)
AudioCommon: Clean up brace placements
Diffstat (limited to 'Source/Core/AudioCommon/PulseAudioStream.cpp')
-rw-r--r--Source/Core/AudioCommon/PulseAudioStream.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/AudioCommon/PulseAudioStream.cpp b/Source/Core/AudioCommon/PulseAudioStream.cpp
index 53bb36a58c..03aefe30f0 100644
--- a/Source/Core/AudioCommon/PulseAudioStream.cpp
+++ b/Source/Core/AudioCommon/PulseAudioStream.cpp
@@ -19,7 +19,8 @@ PulseAudio::PulseAudio(CMixer *mixer)
: SoundStream(mixer)
, m_thread()
, m_run_thread()
-{}
+{
+}
bool PulseAudio::Start()
{