From 95977fdc71434d2e43b7c5fd5412fe3d0186c37b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Mestre?= Date: Tue, 22 Oct 2024 11:04:13 -0300 Subject: [PATCH] Fix whitespace formatting --- src/Ryujinx/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ryujinx/Program.cs b/src/Ryujinx/Program.cs index 3617cfed1..3c6e5130b 100644 --- a/src/Ryujinx/Program.cs +++ b/src/Ryujinx/Program.cs @@ -164,7 +164,7 @@ namespace Ryujinx.Ava ConfigurationPath = appDataConfigurationPath; } - if(!string.IsNullOrEmpty(CommandLineState.OverrideConfigFile) && File.Exists(CommandLineState.OverrideConfigFile)) + if (!string.IsNullOrEmpty(CommandLineState.OverrideConfigFile) && File.Exists(CommandLineState.OverrideConfigFile)) { ConfigurationPath = CommandLineState.OverrideConfigFile; }