From db515f5cc13e91dfac814e28784804bc865f373c Mon Sep 17 00:00:00 2001 From: jduncanator Date: Sat, 17 Nov 2018 11:38:02 +1100 Subject: [PATCH] Audio: Fix styling nits --- Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioOut.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioOut.cs b/Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioOut.cs index 46a71f1ba0..68a4ebac13 100644 --- a/Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioOut.cs +++ b/Ryujinx.Audio/Renderers/SoundIo/SoundIoAudioOut.cs @@ -36,9 +36,9 @@ namespace Ryujinx.Audio { get { - SoundIO context = null; - SoundIODevice device = null; - SoundIOOutStream stream = null; + SoundIO context = null; + SoundIODevice device = null; + SoundIOOutStream stream = null; bool backendDisconnected = false; try