Code re-styling.

This commit is contained in:
2016-07-28 23:08:22 +01:00
parent 2c30b997f3
commit 6129e52d41
34 changed files with 95 additions and 13 deletions

View File

@@ -32,6 +32,7 @@
namespace DiscImageChef.CommonTypes
{
#pragma warning disable RECS0063 // Warns when a culture-aware 'StartsWith' call is used by default.
public static class MediaTypeFromSCSI
{
public static MediaType Get(byte scsiPeripheralType, string vendor, string model, byte mediumType, byte densityCode, ulong blocks, uint blockSize)
@@ -1612,4 +1613,5 @@ namespace DiscImageChef.CommonTypes
return MediaType.Unknown;
}
}
#pragma warning restore RECS0063 // Warns when a culture-aware 'StartsWith' call is used by default.
}