mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
Fix whitespace formatting
This commit is contained in:
parent
7511ec1d31
commit
95977fdc71
1 changed files with 1 additions and 1 deletions
|
|
@ -164,7 +164,7 @@ namespace Ryujinx.Ava
|
||||||
ConfigurationPath = appDataConfigurationPath;
|
ConfigurationPath = appDataConfigurationPath;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!string.IsNullOrEmpty(CommandLineState.OverrideConfigFile) && File.Exists(CommandLineState.OverrideConfigFile))
|
if (!string.IsNullOrEmpty(CommandLineState.OverrideConfigFile) && File.Exists(CommandLineState.OverrideConfigFile))
|
||||||
{
|
{
|
||||||
ConfigurationPath = CommandLineState.OverrideConfigFile;
|
ConfigurationPath = CommandLineState.OverrideConfigFile;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue