diff options
| author | Lioncash <mathew1800@gmail.com> | 2014-08-30 18:20:13 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2014-08-30 18:20:13 -0400 |
| commit | 2c7bcd0d048c2e298a5d1e94cb493c6d879f6dd9 (patch) | |
| tree | 0159e4c50212488aca33dcff7dbe09ed4e251eed /Source/Core/AudioCommon/PulseAudioStream.cpp | |
| parent | 77aef014a0352d819e8ea63bafb6262b9af485cb (diff) | |
| parent | eb535be8741fd8672b5db972ca43360ca14a9a78 (diff) | |
Merge pull request #911 from lioncash/braces
Clean up brace placements within the project.
Diffstat (limited to 'Source/Core/AudioCommon/PulseAudioStream.cpp')
| -rw-r--r-- | Source/Core/AudioCommon/PulseAudioStream.cpp | 3 |
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() { |
