mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
REFACTOR: Removed reduntant commas.
This commit is contained in:
@@ -354,7 +354,7 @@ namespace DiscImageChef.Filesystems
|
||||
ModificationDateSpecified = true,
|
||||
Dirty = !LocusSb.s_flags.HasFlag(LocusFlags.SB_CLEAN) || LocusSb.s_flags.HasFlag(LocusFlags.SB_DIRTY),
|
||||
FreeClusters = LocusSb.s_tfree,
|
||||
FreeClustersSpecified = true,
|
||||
FreeClustersSpecified = true
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user