Code cleanup

This commit is contained in:
Gustave Monce
2019-12-22 12:25:48 +01:00
parent 0e6f905809
commit a2a1c2302b
149 changed files with 3980 additions and 4088 deletions
+3 -4
View File
@@ -24,7 +24,6 @@ namespace DiscUtils
{
using System;
using System.Collections.Generic;
using System.Text;
/// <summary>
/// Enumeration of possible cluster roles.
@@ -36,12 +35,12 @@ namespace DiscUtils
/// <summary>
/// Unknown, or unspecified role.
/// </summary>
None = 0x00,
None = 0x00,
/// <summary>
/// Cluster is free.
/// </summary>
Free = 0x01,
Free = 0x01,
/// <summary>
/// Cluster is in use by a normal file.
@@ -69,7 +68,7 @@ namespace DiscUtils
/// <summary>
/// Cluster is marked bad.
/// </summary>
Bad = 0x20,
Bad = 0x20,
}
/// <summary>