REFACTOR: Removed reduntant commas.

This commit is contained in:
2017-12-21 02:52:12 +00:00
parent d51f3f1988
commit f0d2e7dac9
156 changed files with 979 additions and 979 deletions

View File

@@ -49,13 +49,13 @@ namespace DiscImageChef.DiscImages
Deleted = 0xE31D0000,
Sector = 0xE31D0001,
Comment = 0xE31D0002,
Creator = 0xE31D0003,
Creator = 0xE31D0003
}
enum CompressType : ushort
{
Uncompresed = 0x9E90,
Compressed = 0x3E5A,
Compressed = 0x3E5A
}
#endregion

View File

@@ -71,7 +71,7 @@ namespace DiscImageChef.DiscImages
{
None = 0,
Q16 = 2,
Linear = 4,
Linear = 4
}
#endregion Internal enumerations

View File

@@ -52,13 +52,13 @@ namespace DiscImageChef.DiscImages
{
D2 = 0x00,
Dd2 = 0x10,
Hd2 = 0x20,
Hd2 = 0x20
}
enum DensityType : byte
{
Mfm = 0x00,
Fm = 0x40,
Fm = 0x40
}
/// <summary>
@@ -96,7 +96,7 @@ namespace DiscImageChef.DiscImages
/// Data mark not found
/// データマークなし
/// </summary>
DataMarkNotFound = 0xF0,
DataMarkNotFound = 0xF0
}
#endregion

View File

@@ -163,7 +163,7 @@ namespace DiscImageChef.DiscImages
new MediaTypeTableEntry(80, 18, MediaType.DOS_35_HD), new MediaTypeTableEntry(80, 36, MediaType.DOS_35_ED),
new MediaTypeTableEntry(40, 8, MediaType.DOS_525_DS_DD_8),
new MediaTypeTableEntry(40, 9, MediaType.DOS_525_DS_DD_9),
new MediaTypeTableEntry(80, 15, MediaType.DOS_525_HD),
new MediaTypeTableEntry(80, 15, MediaType.DOS_525_HD)
};
#endregion

View File

@@ -693,7 +693,7 @@ namespace DiscImageChef.DiscImages
/// <summary>Xbox Security Sector</summary>
Xbox_SecuritySector,
/// <summary>On floppy disks, data in last cylinder usually in a different format that contains duplication or manufacturing information</summary>
Floppy_LeadOut,
Floppy_LeadOut
};
/// <summary>

View File

@@ -826,7 +826,7 @@ namespace DiscImageChef.DiscImages
/// <summary>
/// Any DVD, old
/// </summary>
NeroMtypDvdAnyOld = NeroMtypDvdM | NeroMtypDvdP | NeroMtypDvdRam,
NeroMtypDvdAnyOld = NeroMtypDvdM | NeroMtypDvdP | NeroMtypDvdRam
}
#endregion

View File

@@ -134,7 +134,7 @@ namespace DiscImageChef.DiscImages
enum PEncryption : uint
{
None = 0,
None = 0
}
/// <summary>

View File

@@ -162,7 +162,7 @@ namespace DiscImageChef.DiscImages
/// <summary>
/// If set, image has footer
/// </summary>
HasFooter = 0x20,
HasFooter = 0x20
}
#endregion Internal Constants

View File

@@ -1392,7 +1392,7 @@ namespace DiscImageChef.DiscImages
0x1B, 0x1B, 0x1C, 0x1C, 0x1D, 0x1D, 0x1E, 0x1E, 0x1F, 0x1F, 0x20, 0x20, 0x21, 0x21, 0x22, 0x22, 0x23, 0x23,
0x24, 0x24, 0x25, 0x25, 0x26, 0x26, 0x27, 0x27, 0x28, 0x28, 0x29, 0x29, 0x2A, 0x2A, 0x2B, 0x2B, 0x2C, 0x2C,
0x2D, 0x2D, 0x2E, 0x2E, 0x2F, 0x2F, 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3A, 0x3B,
0x3C, 0x3D, 0x3E, 0x3F,
0x3C, 0x3D, 0x3E, 0x3F
};
readonly byte[] d_len =
@@ -1411,7 +1411,7 @@ namespace DiscImageChef.DiscImages
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x07,
0x07, 0x07, 0x07, 0x07, 0x07, 0x07, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08, 0x08,
0x08, 0x08, 0x08, 0x08,
0x08, 0x08, 0x08, 0x08
};
int next_word()

View File

@@ -59,7 +59,7 @@ namespace DiscImageChef.DiscImages
CrcOk1024 = 0x08,
CrcOk2048 = 0x10,
CrcOk4096 = 0x20,
Deleted = 0x80,
Deleted = 0x80
}
#endregion