Code restyling.

This commit is contained in:
2020-02-29 18:03:35 +00:00
parent 4ea327f0c6
commit f7e173710e
855 changed files with 43605 additions and 38045 deletions

View File

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