mirror of
https://github.com/aaru-dps/Aaru.Server.git
synced 2025-12-16 19:24:27 +00:00
REFACTOR: Removed reduntant commas.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ namespace DiscImageChef.DiscImages
|
||||
{
|
||||
None = 0,
|
||||
Q16 = 2,
|
||||
Linear = 4,
|
||||
Linear = 4
|
||||
}
|
||||
#endregion Internal enumerations
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -826,7 +826,7 @@ namespace DiscImageChef.DiscImages
|
||||
/// <summary>
|
||||
/// Any DVD, old
|
||||
/// </summary>
|
||||
NeroMtypDvdAnyOld = NeroMtypDvdM | NeroMtypDvdP | NeroMtypDvdRam,
|
||||
NeroMtypDvdAnyOld = NeroMtypDvdM | NeroMtypDvdP | NeroMtypDvdRam
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
@@ -134,7 +134,7 @@ namespace DiscImageChef.DiscImages
|
||||
|
||||
enum PEncryption : uint
|
||||
{
|
||||
None = 0,
|
||||
None = 0
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
@@ -162,7 +162,7 @@ namespace DiscImageChef.DiscImages
|
||||
/// <summary>
|
||||
/// If set, image has footer
|
||||
/// </summary>
|
||||
HasFooter = 0x20,
|
||||
HasFooter = 0x20
|
||||
}
|
||||
#endregion Internal Constants
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -59,7 +59,7 @@ namespace DiscImageChef.DiscImages
|
||||
CrcOk1024 = 0x08,
|
||||
CrcOk2048 = 0x10,
|
||||
CrcOk4096 = 0x20,
|
||||
Deleted = 0x80,
|
||||
Deleted = 0x80
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user