mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Use preferred braces style.
This commit is contained in:
@@ -250,7 +250,6 @@ namespace DiscImageChef.DiscImages
|
||||
MemoryStream tagMs = new MemoryStream();
|
||||
|
||||
for(int i = 0; i < bLength.Length; i++)
|
||||
{
|
||||
if(bLength[i] != 0)
|
||||
{
|
||||
buffer = new byte[BUFFER_SIZE];
|
||||
@@ -273,7 +272,6 @@ namespace DiscImageChef.DiscImages
|
||||
throw new ImageNotSupportedException("Compressed images not yet supported");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dataCache = dataMs.ToArray();
|
||||
if(header.srcType == DISK_LISA || header.srcType == DISK_MAC || header.srcType == DISK_APPLE2)
|
||||
|
||||
Reference in New Issue
Block a user