REFACTOR: Reformat code.

This commit is contained in:
2017-12-19 20:33:03 +00:00
parent 77edc7c91c
commit e6f6ace80b
704 changed files with 82627 additions and 83641 deletions

View File

@@ -76,7 +76,6 @@ namespace DiscImageChef.Metadata
public class ataType
{
public string AdditionalPID { get; set; }
public Identify.TransferMode APIOSupported { get; set; }
public ushort ATAPIByteCount { get; set; }
@@ -1045,5 +1044,4 @@ namespace DiscImageChef.Metadata
public byte[] SCR { get; set; }
public byte[] ExtendedCSD { get; set; }
}
}
}