From a390b7515f641ce6234790eac1a5482f5f5fc2dc Mon Sep 17 00:00:00 2001
From: VocalFan <45863583+Mou-Ikkai@users.noreply.github.com>
Date: Sun, 22 Aug 2021 02:25:21 -0400
Subject: [PATCH] Commit Suggestion

Co-authored-by: gdkchan <gab.dark.100@gmail.com>
---
 Ryujinx/Ui/MainWindow.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Ryujinx/Ui/MainWindow.cs b/Ryujinx/Ui/MainWindow.cs
index dc71b61347..d0fccddb8d 100644
--- a/Ryujinx/Ui/MainWindow.cs
+++ b/Ryujinx/Ui/MainWindow.cs
@@ -408,7 +408,7 @@ namespace Ryujinx.Ui
                 if (SDL2HardwareDeviceDriver.IsSupported)
                 {
                     deviceDriver = new SDL2HardwareDeviceDriver();
-                }    
+                }
                 else
                 {
                     Logger.Warning?.Print(LogClass.Audio, "SDL2 is not supported, trying to fall back to OpenAL.");