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:
@@ -59,7 +59,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
GroupRead = 0x100,
|
||||
GroupExecute = 0x400,
|
||||
OtherRead = 0x1000,
|
||||
OtherExecute = 0x4000,
|
||||
OtherExecute = 0x4000
|
||||
}
|
||||
|
||||
enum RecordFormat : byte
|
||||
@@ -74,7 +74,7 @@ namespace DiscImageChef.Filesystems.ISO9660
|
||||
{
|
||||
LFCR = 0,
|
||||
ISO1539 = 1,
|
||||
ControlContained = 2,
|
||||
ControlContained = 2
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user