mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code restyling.
This commit is contained in:
@@ -40,18 +40,13 @@ namespace Aaru.Filesystems.ISO9660
|
||||
|
||||
enum AppleId : byte
|
||||
{
|
||||
ProDOS = 1,
|
||||
HFS = 2
|
||||
ProDOS = 1, HFS = 2
|
||||
}
|
||||
|
||||
enum AppleOldId : byte
|
||||
{
|
||||
ProDOS = 1,
|
||||
TypeCreator = 2,
|
||||
TypeCreatorBundle = 3,
|
||||
TypeCreatorIcon = 4,
|
||||
TypeCreatorIconBundle = 5,
|
||||
HFS = 6
|
||||
ProDOS = 1, TypeCreator = 2, TypeCreatorBundle = 3,
|
||||
TypeCreatorIcon = 4, TypeCreatorIconBundle = 5, HFS = 6
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user