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:
@@ -38,11 +38,9 @@ namespace DiscImageChef.Decoders.SecureDigital
|
||||
{
|
||||
switch(SDVendorID)
|
||||
{
|
||||
case 0xAA:
|
||||
return "QEMU";
|
||||
default:
|
||||
return string.Format("Unknown manufacturer ID 0x{0:X2}", SDVendorID);
|
||||
case 0xAA: return "QEMU";
|
||||
default: return string.Format("Unknown manufacturer ID 0x{0:X2}", SDVendorID);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user