mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Code style fixes.
This commit is contained in:
@@ -41,7 +41,7 @@ namespace Aaru.Partitions
|
||||
// These partitions are hardwired in kernel sources for some UNIX versions predating System V.
|
||||
// They depend on exact device, indeed the kernel chooses what to use depending on the disk driver, so that's what we do.
|
||||
// Currently only DEC devices used in Ultrix are added, probably it's missing a lot of entries.
|
||||
public class UNIX : IPartition
|
||||
public sealed class UNIX : IPartition
|
||||
{
|
||||
readonly Partition[] RA60 =
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user