From 817b1e2b7ecac37629bad245c952e6c35ae6d0bc Mon Sep 17 00:00:00 2001 From: emmaus Date: Sat, 8 Sep 2018 21:30:39 +0000 Subject: [PATCH] remove whitespace --- Ryujinx.HLE/FileSystem/SaveInfo.cs | 2 +- Ryujinx.HLE/FileSystem/VirtualFileSystem.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ryujinx.HLE/FileSystem/SaveInfo.cs b/Ryujinx.HLE/FileSystem/SaveInfo.cs index 4646334a17..f3790ec787 100644 --- a/Ryujinx.HLE/FileSystem/SaveInfo.cs +++ b/Ryujinx.HLE/FileSystem/SaveInfo.cs @@ -16,7 +16,7 @@ namespace Ryujinx.HLE.FileSystem long SaveId, SaveDataType SaveDataType, UserId UserId, - SaveSpaceId SaveSpaceId) + SaveSpaceId SaveSpaceId) { this.TitleId = TitleId; this.UserId = UserId; diff --git a/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs b/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs index c598033d4d..e621ec2b11 100644 --- a/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs +++ b/Ryujinx.HLE/FileSystem/VirtualFileSystem.cs @@ -54,7 +54,7 @@ namespace Ryujinx.HLE.FileSystem public string GetSdCardPath() => MakeDirAndGetFullPath(SdCardPath); - public string GetNandPath() => MakeDirAndGetFullPath(NandPath); + public string GetNandPath() => MakeDirAndGetFullPath(NandPath); public string GetSystemPath() => MakeDirAndGetFullPath(SystemPath);