remove whitespace

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

View file

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

View file

@ -54,7 +54,7 @@ namespace Ryujinx.HLE.FileSystem
public string GetSdCardPath() => MakeDirAndGetFullPath(SdCardPath); public string GetSdCardPath() => MakeDirAndGetFullPath(SdCardPath);
public string GetNandPath() => MakeDirAndGetFullPath(NandPath); public string GetNandPath() => MakeDirAndGetFullPath(NandPath);
public string GetSystemPath() => MakeDirAndGetFullPath(SystemPath); public string GetSystemPath() => MakeDirAndGetFullPath(SystemPath);