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:
@@ -34,9 +34,14 @@ namespace Aaru.Filesystems;
|
||||
/// <summary>Implements detection of the Smart File System</summary>
|
||||
public sealed partial class SFS
|
||||
{
|
||||
#region Nested type: Flags
|
||||
|
||||
[Flags]
|
||||
enum Flags : byte
|
||||
{
|
||||
RecycledFolder = 64, CaseSensitive = 128
|
||||
RecycledFolder = 64,
|
||||
CaseSensitive = 128
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
Reference in New Issue
Block a user