From 1876a667cec442f3c544441ae6d34d31e7613e4d Mon Sep 17 00:00:00 2001 From: emmaus Date: Sun, 18 Nov 2018 08:42:15 +0000 Subject: [PATCH] yasf(yet another style fix) --- Ryujinx.HLE/FileSystem/Content/ContentManager.cs | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/Ryujinx.HLE/FileSystem/Content/ContentManager.cs b/Ryujinx.HLE/FileSystem/Content/ContentManager.cs index 610178be8d..025eb26191 100644 --- a/Ryujinx.HLE/FileSystem/Content/ContentManager.cs +++ b/Ryujinx.HLE/FileSystem/Content/ContentManager.cs @@ -24,12 +24,12 @@ namespace Ryujinx.HLE.FileSystem.Content SharedFontTitleDictionary = new Dictionary() { - {"FontStandard", 0x0100000000000811 }, - {"FontChineseSimplified", 0x0100000000000814 }, - {"FontExtendedChineseSimplified", 0x0100000000000814 }, - {"FontKorean", 0x0100000000000812 }, - {"FontChineseTraditional", 0x0100000000000813 }, - {"FontNintendoExtended" , 0x0100000000000810 }, + { "FontStandard", 0x0100000000000811 }, + { "FontChineseSimplified", 0x0100000000000814 }, + { "FontExtendedChineseSimplified", 0x0100000000000814 }, + { "FontKorean", 0x0100000000000812 }, + { "FontChineseTraditional", 0x0100000000000813 }, + { "FontNintendoExtended" , 0x0100000000000810 }, }; this.Device = Device; @@ -148,8 +148,7 @@ namespace Ryujinx.HLE.FileSystem.Content public void RefreshEntries(StorageId StorageId, int Flag) { - LinkedList LocationList = LocationEntries[StorageId]; - + LinkedList LocationList = LocationEntries[StorageId]; LinkedListNode LocationEntry = LocationList.First; while (LocationEntry != null)