REFACTOR: Unnecessary whitespace removal.

This commit is contained in:
2017-12-21 07:36:47 +00:00
parent 9195c7ea24
commit 3477d3df83
13 changed files with 30 additions and 30 deletions

View File

@@ -825,7 +825,7 @@ namespace DiscImageChef.Decoders.ATA
/// </summary>
UltraFastIDE = 0x0400,
/// <summary>
/// Disk transfer rate is &gt; 5 Mb/s but &lt;= 10 Mb/s
/// Disk transfer rate is &gt; 5 Mb/s but &lt;= 10 Mb/s
/// Obsoleted in ATA-2
/// </summary>
FastIDE = 0x0200,

View File

@@ -247,7 +247,7 @@ namespace DiscImageChef.Decoders.Bluray
/// </summary>
public byte SpareAreaFullFlags;
/// <summary>
/// Byte 57
/// Byte 57
/// Reserved
/// </summary>
public byte Reserved7;

View File

@@ -70,7 +70,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)] public byte[] label;
/// <summary>
/// Checksum from <see cref="amiga"/> to <see cref="label"/>
/// Checksum from <see cref="amiga"/> to <see cref="label"/>
/// </summary>
public uint headerChecksum;
/// <summary>

View File

@@ -126,7 +126,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] prologue;
/// <summary>
/// Spare, usually <see cref="RawAddressField.sector"/>
/// Spare, usually <see cref="RawAddressField.sector"/>
/// </summary>
public byte spare;
/// <summary>

View File

@@ -121,11 +121,11 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
public byte sector;
/// <summary>
/// <see cref="IBMSectorSizeCode"/>
/// <see cref="IBMSectorSizeCode"/>
/// </summary>
public IBMSectorSizeCode sectorSize;
/// <summary>
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
/// </summary>
public ushort crc;
}
@@ -152,7 +152,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
public byte[] data;
/// <summary>
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
/// </summary>
public ushort crc;
}

View File

@@ -110,7 +110,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] ctwo;
/// <summary>
/// Set to <see cref="IBMIdType.IndexMark"/>
/// Set to <see cref="IBMIdType.IndexMark"/>
/// </summary>
public IBMIdType type;
/// <summary>
@@ -149,11 +149,11 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
public byte sector;
/// <summary>
/// <see cref="IBMSectorSizeCode"/>
/// <see cref="IBMSectorSizeCode"/>
/// </summary>
public IBMSectorSizeCode sectorSize;
/// <summary>
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
/// </summary>
public ushort crc;
}
@@ -180,7 +180,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
public byte[] data;
/// <summary>
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
/// </summary>
public ushort crc;
}

View File

@@ -88,7 +88,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 3)] public byte[] ctwo;
/// <summary>
/// Set to <see cref="IBMIdType.IndexMark"/>
/// Set to <see cref="IBMIdType.IndexMark"/>
/// </summary>
public IBMIdType type;
/// <summary>
@@ -150,11 +150,11 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
public byte sector;
/// <summary>
/// <see cref="IBMSectorSizeCode"/>
/// <see cref="IBMSectorSizeCode"/>
/// </summary>
public IBMSectorSizeCode sectorSize;
/// <summary>
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
/// CRC16 from <see cref="aone"/> to end of <see cref="sectorSize"/>
/// </summary>
public ushort crc;
}
@@ -181,7 +181,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
public byte[] data;
/// <summary>
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
/// CRC16 from <see cref="aone"/> to end of <see cref="data"/>
/// </summary>
public ushort crc;
}

View File

@@ -82,7 +82,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 6)] public byte[] zero;
/// <summary>
/// Set to <see cref="IBMIdType.IndexMark"/>
/// Set to <see cref="IBMIdType.IndexMark"/>
/// </summary>
public IBMIdType type;
/// <summary>
@@ -140,11 +140,11 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
public byte sector;
/// <summary>
/// <see cref="IBMSectorSizeCode"/>
/// <see cref="IBMSectorSizeCode"/>
/// </summary>
public IBMSectorSizeCode sectorSize;
/// <summary>
/// CRC16 from <see cref="type"/> to end of <see cref="sectorSize"/>
/// CRC16 from <see cref="type"/> to end of <see cref="sectorSize"/>
/// </summary>
public ushort crc;
}
@@ -167,7 +167,7 @@ namespace DiscImageChef.Decoders.Floppy
/// </summary>
public byte[] data;
/// <summary>
/// CRC16 from <see cref="type"/> to end of <see cref="data"/>
/// CRC16 from <see cref="type"/> to end of <see cref="data"/>
/// </summary>
public ushort crc;
}

View File

@@ -48,7 +48,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class ChecksumTuple
{
/// <summary>
/// <see cref="TupleCodes.CISTPL_CHECKSUM"/>
/// <see cref="TupleCodes.CISTPL_CHECKSUM"/>
/// </summary>
public TupleCodes Code;
/// <summary>
@@ -75,7 +75,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class IndirectTuple
{
/// <summary>
/// <see cref="TupleCodes.CISTPL_INDIRECT"/>
/// <see cref="TupleCodes.CISTPL_INDIRECT"/>
/// </summary>
public TupleCodes Code;
/// <summary>
@@ -90,7 +90,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class LinkTargetTuple
{
/// <summary>
/// <see cref="TupleCodes.CISTPL_LINKTARGET"/>
/// <see cref="TupleCodes.CISTPL_LINKTARGET"/>
/// </summary>
public TupleCodes Code;
/// <summary>
@@ -140,7 +140,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class MultipleFunctionLinkTuple
{
/// <summary>
/// <see cref="TupleCodes.CISTPL_LONGLINK_MFC"/>
/// <see cref="TupleCodes.CISTPL_LONGLINK_MFC"/>
/// </summary>
public TupleCodes Code;
/// <summary>
@@ -160,7 +160,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class NoLinkTuple
{
/// <summary>
/// <see cref="TupleCodes.CISTPL_NO_LINK"/>
/// <see cref="TupleCodes.CISTPL_NO_LINK"/>
/// </summary>
public TupleCodes Code;
/// <summary>
@@ -172,7 +172,7 @@ namespace DiscImageChef.Decoders.PCMCIA
public class AlternateStringTuple
{
/// <summary>
/// <see cref="TupleCodes.CISTPL_ALTSTR"/>
/// <see cref="TupleCodes.CISTPL_ALTSTR"/>
/// </summary>
public TupleCodes Code;
/// <summary>

View File

@@ -65,7 +65,7 @@ namespace DiscImageChef.Decoders.SCSI
/// </summary>
public ushort DisconnectTimeLimit;
/// <summary>
/// Max. time in 100 µs increments allowed to use the bus before disconnecting, if granted the privilege and not restricted by <see cref="DTDC"/>
/// Max. time in 100 µs increments allowed to use the bus before disconnecting, if granted the privilege and not restricted by <see cref="DTDC"/>
/// </summary>
public ushort ConnectTimeLimit;
/// <summary>

View File

@@ -49,11 +49,11 @@ namespace DiscImageChef.Decoders.SCSI
/// </summary>
public bool PS;
/// <summary>
/// Used in mode select to change partition to one specified in <see cref="ActivePartition"/>
/// Used in mode select to change partition to one specified in <see cref="ActivePartition"/>
/// </summary>
public bool CAP;
/// <summary>
/// Used in mode select to change format to one specified in <see cref="ActiveFormat"/>
/// Used in mode select to change format to one specified in <see cref="ActiveFormat"/>
/// </summary>
public bool CAF;
/// <summary>

View File

@@ -199,7 +199,7 @@ namespace DiscImageChef.Decoders.SCSI
return sb.ToString();
}
#endregion Mode Page 0x1C: Informational exceptions control page
#region Mode Page 0x1C subpage 0x01: Background Control mode page
/// <summary>
/// Background Control mode page

View File

@@ -88,7 +88,7 @@ namespace DiscImageChef.Decoders.SCSI
{
return PrettifyModeHeader(DecodeModeHeader6(modeResponse, deviceType), deviceType);
}
public static DecodedMode? DecodeMode6(byte[] modeResponse, PeripheralDeviceTypes deviceType)
{
ModeHeader? hdr = DecodeModeHeader6(modeResponse, deviceType);