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:
@@ -111,9 +111,9 @@ namespace DiscImageChef.Filesystems
|
||||
|
||||
hfsp_offset = (ulong)((drAlBlSt * 512 + xdrStABNt * drAlBlkSiz) / imagePlugin.GetSectorSize());
|
||||
}
|
||||
else { hfsp_offset = 0; }
|
||||
else hfsp_offset = 0;
|
||||
}
|
||||
else { hfsp_offset = 0; }
|
||||
else hfsp_offset = 0;
|
||||
|
||||
vh_sector = imagePlugin.ReadSectors(partition.Start + hfsp_offset, sectorsToRead); // Read volume header
|
||||
|
||||
|
||||
Reference in New Issue
Block a user