mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[Aaru.Filesystems] Reformat and cleanup.
This commit is contained in:
@@ -36,16 +36,7 @@ public sealed partial class Reiser
|
||||
|
||||
const string FS_TYPE = "reiserfs";
|
||||
|
||||
readonly byte[] _magic35 =
|
||||
{
|
||||
0x52, 0x65, 0x49, 0x73, 0x45, 0x72, 0x46, 0x73, 0x00, 0x00
|
||||
};
|
||||
readonly byte[] _magic36 =
|
||||
{
|
||||
0x52, 0x65, 0x49, 0x73, 0x45, 0x72, 0x32, 0x46, 0x73, 0x00
|
||||
};
|
||||
readonly byte[] _magicJr =
|
||||
{
|
||||
0x52, 0x65, 0x49, 0x73, 0x45, 0x72, 0x33, 0x46, 0x73, 0x00
|
||||
};
|
||||
readonly byte[] _magic35 = { 0x52, 0x65, 0x49, 0x73, 0x45, 0x72, 0x46, 0x73, 0x00, 0x00 };
|
||||
readonly byte[] _magic36 = { 0x52, 0x65, 0x49, 0x73, 0x45, 0x72, 0x32, 0x46, 0x73, 0x00 };
|
||||
readonly byte[] _magicJr = { 0x52, 0x65, 0x49, 0x73, 0x45, 0x72, 0x33, 0x46, 0x73, 0x00 };
|
||||
}
|
||||
Reference in New Issue
Block a user