mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Use preferred braces style.
This commit is contained in:
@@ -583,7 +583,6 @@ namespace DiscImageChef.Filters
|
||||
creationTime = DateTime.UtcNow;
|
||||
lastWriteTime = creationTime;
|
||||
foreach(AppleDoubleEntry entry in entries)
|
||||
{
|
||||
switch((AppleDoubleEntryID)entry.id)
|
||||
{
|
||||
case AppleDoubleEntryID.DataFork:
|
||||
@@ -635,7 +634,6 @@ namespace DiscImageChef.Filters
|
||||
rsrcFork = entry;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
dataFork = new AppleDoubleEntry();
|
||||
dataFork.id = (uint)AppleDoubleEntryID.DataFork;
|
||||
|
||||
Reference in New Issue
Block a user