Audio: Fix styling nits

This commit is contained in:
jduncanator 2018-11-17 11:38:02 +11:00
parent 59b602fb96
commit db515f5cc1

View file

@ -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