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:
@@ -315,10 +315,8 @@ namespace DiscImageChef.Decoders.SCSI
|
||||
if(page.PRMWP) sb.AppendLine("\tPermanent write protect is enabled");
|
||||
|
||||
if(page.BAML)
|
||||
{
|
||||
if(page.BAM) sb.AppendLine("\tDrive operates using explicit address mode");
|
||||
else sb.AppendLine("\tDrive operates using implicit address mode");
|
||||
}
|
||||
|
||||
switch(page.RewindOnReset)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user