mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Reformat code.
This commit is contained in:
@@ -56,8 +56,7 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
{
|
||||
ushort len = (ushort)((response[0] << 8) + response[1]);
|
||||
|
||||
if(len + 2 != response.Length)
|
||||
return null;
|
||||
if(len + 2 != response.Length) return null;
|
||||
|
||||
List<Capability> caps = new List<Capability>();
|
||||
|
||||
@@ -76,5 +75,4 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
return caps.ToArray();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user