mirror of
https://github.com/aaru-dps/Aaru.CommonTypes.git
synced 2025-12-16 19:24:30 +00:00
[Aaru.CommonTypes] Reformat and cleanup.
This commit is contained in:
@@ -47,7 +47,7 @@ public static partial class MediaTypeFromDevice
|
||||
/// <param name="blocks">Number of blocks in device</param>
|
||||
/// <returns>The media type</returns>
|
||||
public static MediaType GetFromAta(string manufacturer, string model, bool removable, bool compactFlash,
|
||||
bool pcmcia, ulong blocks)
|
||||
bool pcmcia, ulong blocks)
|
||||
{
|
||||
if(!removable)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user