yasf(yet another style fix)
This commit is contained in:
parent
e535683235
commit
1876a667ce
1 changed files with 7 additions and 8 deletions
|
@ -149,7 +149,6 @@ namespace Ryujinx.HLE.FileSystem.Content
|
||||||
public void RefreshEntries(StorageId StorageId, int Flag)
|
public void RefreshEntries(StorageId StorageId, int Flag)
|
||||||
{
|
{
|
||||||
LinkedList<LocationEntry> LocationList = LocationEntries[StorageId];
|
LinkedList<LocationEntry> LocationList = LocationEntries[StorageId];
|
||||||
|
|
||||||
LinkedListNode<LocationEntry> LocationEntry = LocationList.First;
|
LinkedListNode<LocationEntry> LocationEntry = LocationList.First;
|
||||||
|
|
||||||
while (LocationEntry != null)
|
while (LocationEntry != null)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue