mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Remove redundant parentheses.
This commit is contained in:
@@ -77,7 +77,7 @@ namespace DiscImageChef.Filesystems
|
||||
|
||||
if(HAMMER_VOLHDR_SIZE % imagePlugin.GetSectorSize() > 0) run++;
|
||||
|
||||
if((run + partition.Start) >= partition.End) return false;
|
||||
if(run + partition.Start >= partition.End) return false;
|
||||
|
||||
ulong magic;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user