From 090318d1b0a0464380e64d16fb3f78906d3153b4 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 21 Dec 2017 02:52:12 +0000 Subject: [PATCH] REFACTOR: Removed reduntant commas. --- ATA/Identify.cs | 30 +++++++++++++++--------------- CD/Enums.cs | 2 +- DVD/Enums.cs | 2 +- SCSI/Enums.cs | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/ATA/Identify.cs b/ATA/Identify.cs index 813eb04b8..ebbc10652 100644 --- a/ATA/Identify.cs +++ b/ATA/Identify.cs @@ -1032,7 +1032,7 @@ namespace DiscImageChef.Decoders.ATA /// /// Indicates a device specific minimum standby timer value /// - SpecificStandbyTimer = 0x0001, + SpecificStandbyTimer = 0x0001 } [Flags] @@ -1117,7 +1117,7 @@ namespace DiscImageChef.Decoders.ATA /// /// SMART feature set is supported /// - SMART = 0x0001, + SMART = 0x0001 } /// @@ -1189,7 +1189,7 @@ namespace DiscImageChef.Decoders.ATA /// /// DOWNLOAD MICROCODE is supported /// - DownloadMicrocode = 0x0001, + DownloadMicrocode = 0x0001 } /// @@ -1261,7 +1261,7 @@ namespace DiscImageChef.Decoders.ATA /// /// SMART error logging supported /// - SMARTLog = 0x0001, + SMARTLog = 0x0001 } /// @@ -1306,7 +1306,7 @@ namespace DiscImageChef.Decoders.ATA /// /// Security supported /// - Supported = 0x0001, + Supported = 0x0001 } /// @@ -1364,7 +1364,7 @@ namespace DiscImageChef.Decoders.ATA /// ATA-1 /// Ata1 = 0x0002, - Reserved00 = 0x0001, + Reserved00 = 0x0001 } public enum SpecificConfigurationEnum : ushort @@ -1418,7 +1418,7 @@ namespace DiscImageChef.Decoders.ATA /// /// Trusted Computing feature set is supported /// - TrustedComputing = 0x0001, + TrustedComputing = 0x0001 } /// @@ -1478,7 +1478,7 @@ namespace DiscImageChef.Decoders.ATA /// /// Reserved for DT1825 /// - DT1825 = 0x0001, + DT1825 = 0x0001 } [Flags] @@ -1517,7 +1517,7 @@ namespace DiscImageChef.Decoders.ATA /// /// SCT Command Transport supported /// - Supported = 0x0001, + Supported = 0x0001 } [Flags] @@ -1574,7 +1574,7 @@ namespace DiscImageChef.Decoders.ATA /// /// MUST NOT be set /// - Clear = 0x0001, + Clear = 0x0001 } [Flags] @@ -1627,7 +1627,7 @@ namespace DiscImageChef.Decoders.ATA /// /// MUST NOT be set /// - Clear = 0x0001, + Clear = 0x0001 } [Flags] @@ -1661,7 +1661,7 @@ namespace DiscImageChef.Decoders.ATA /// /// Multiple logical sector setting is valid /// - MultipleValid = 0x0001, + MultipleValid = 0x0001 } [Flags] @@ -1730,7 +1730,7 @@ namespace DiscImageChef.Decoders.ATA /// /// Zoned capabilities bit 0 /// - ZonedBit0 = 0x0001, + ZonedBit0 = 0x0001 } public enum DeviceFormFactorEnum : ushort @@ -1782,7 +1782,7 @@ namespace DiscImageChef.Decoders.ATA /// /// TRIM is suported /// - Trim = 0x0001, + Trim = 0x0001 } [Flags] @@ -1832,7 +1832,7 @@ namespace DiscImageChef.Decoders.ATA /// /// MUST NOT be set /// - Clear = 0x0001, + Clear = 0x0001 } public static IdentifyDevice? Decode(byte[] IdentifyDeviceResponse) diff --git a/CD/Enums.cs b/CD/Enums.cs index 7e9392c52..4a9f165a9 100644 --- a/CD/Enums.cs +++ b/CD/Enums.cs @@ -57,7 +57,7 @@ namespace DiscImageChef.Decoders.CD /// /// Q Sub-channel encodes the start of a video track (if found in TOC) for CD-V /// - VideoTrackPointer = 0x04, + VideoTrackPointer = 0x04 } public enum TOC_CONTROL : byte diff --git a/DVD/Enums.cs b/DVD/Enums.cs index d486a46e5..fa29327c6 100644 --- a/DVD/Enums.cs +++ b/DVD/Enums.cs @@ -156,7 +156,7 @@ namespace DiscImageChef.Decoders.DVD /// /// 0.353 μm/bit /// - ThreeFive = 0x08, + ThreeFive = 0x08 } public enum TrackDensityField : byte diff --git a/SCSI/Enums.cs b/SCSI/Enums.cs index 1118ff023..225ae4cc7 100644 --- a/SCSI/Enums.cs +++ b/SCSI/Enums.cs @@ -225,7 +225,7 @@ namespace DiscImageChef.Decoders.SCSI /// /// Supports ST and DT /// - STandDT = 0x03, + STandDT = 0x03 } public enum TGPSValues : byte