소스 검색

This kind of thing drives me crazy

gdkchan 7 년 전
부모
커밋
016156c288
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Ryujinx.HLE/FileSystem/Content/ContentManager.cs

+ 2 - 2
Ryujinx.HLE/FileSystem/Content/ContentManager.cs

@@ -141,7 +141,7 @@ namespace Ryujinx.HLE.FileSystem.Content
             }
         }
 
-        public void ClearEntry(long titleId, ContentType contentType,StorageId storageId)
+        public void ClearEntry(long titleId, ContentType contentType, StorageId storageId)
         {
             RemoveLocationEntry(titleId, contentType, storageId);
         }
@@ -295,7 +295,7 @@ namespace Ryujinx.HLE.FileSystem.Content
             return _sharedFontTitleDictionary.TryGetValue(fontName, out titleId);
         }
 
-        private LocationEntry GetLocation(long titleId, ContentType contentType,StorageId storageId)
+        private LocationEntry GetLocation(long titleId, ContentType contentType, StorageId storageId)
         {
             LinkedList<LocationEntry> locationList = _locationEntries[storageId];