mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Fixes spacing for "for", "while", "switch" and "if"
Also moved && and || to ends of lines instead of start. Fixed misc vertical alignments and some { needed newlining.
This commit is contained in:
@ -105,7 +105,7 @@ void OpenALStream::Clear(bool mute)
|
||||
{
|
||||
m_muted = mute;
|
||||
|
||||
if(m_muted)
|
||||
if (m_muted)
|
||||
{
|
||||
soundTouch.clear();
|
||||
alSourceStop(uiSource);
|
||||
|
Reference in New Issue
Block a user