Code styling.

This commit is contained in:
2019-03-11 19:22:26 +00:00
parent e14c19279a
commit 7610f4f779
11 changed files with 142 additions and 98 deletions

View File

@@ -3473,7 +3473,8 @@ namespace DiscImageChef.Devices
/// Reads data stream from device, starting at given address, until a <see cref="StopTransmission" /> follows (ADTC,
/// R1)
/// </summary>
[Obsolete] ReadDatUntilStop = 11,
[Obsolete]
ReadDatUntilStop = 11,
/// <summary>
/// Terminates a read/write stream/multiple block operation (AC, R1 / R1b)
/// </summary>
@@ -3521,7 +3522,8 @@ namespace DiscImageChef.Devices
/// <summary>
/// Writes data stream from host until a <see cref="StopTransmission" /> follows (ADTC, R1)
/// </summary>
[Obsolete] WriteDatUntilStop = 20,
[Obsolete]
WriteDatUntilStop = 20,
#endregion Class 3 MMC Commands (Stream write)
#region Class 4 MMC Commands (Block-oriented write)