Code re-styling.

This commit is contained in:
2016-07-28 23:08:22 +01:00
parent fbf8ff18c9
commit a561e053b3
3 changed files with 9 additions and 0 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.
}