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

@@ -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