mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
General code refactor and reformat.
This commit is contained in:
@@ -53,10 +53,7 @@ namespace DiscImageChef.Core.Devices
|
||||
bool syqReadLong10;
|
||||
bool syqReadLong6;
|
||||
|
||||
ulong ScsiGetBlocks()
|
||||
{
|
||||
return ScsiGetBlockSize() ? 0 : Blocks;
|
||||
}
|
||||
ulong ScsiGetBlocks() => ScsiGetBlockSize() ? 0 : Blocks;
|
||||
|
||||
bool ScsiFindReadCommand()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user