remove whitespace

This commit is contained in:
emmaus 2018-09-08 21:30:39 +00:00
parent d90d885699
commit 817b1e2b7e
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ namespace Ryujinx.HLE.FileSystem
long SaveId,
SaveDataType SaveDataType,
UserId UserId,
SaveSpaceId SaveSpaceId)
SaveSpaceId SaveSpaceId)
{
this.TitleId = TitleId;
this.UserId = UserId;

View file

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