Code reformat.

This commit is contained in:
2019-11-25 00:54:38 +00:00
parent a5c650440d
commit d864bfab6c
116 changed files with 16544 additions and 19331 deletions

View File

@@ -38,9 +38,9 @@ namespace DiscImageChef.Decoders.MMC
{
switch(mmcVendorId)
{
case 0x15: return "Samsung";
case 0x2C: return "extreMEmory";
default: return $"Unknown manufacturer ID 0x{mmcVendorId:X2}";
case 0x15: return"Samsung";
case 0x2C: return"extreMEmory";
default: return$"Unknown manufacturer ID 0x{mmcVendorId:X2}";
}
}
}