mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code re-styling.
This commit is contained in:
@@ -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.
|
||||
}
|
||||
Reference in New Issue
Block a user