Fix naming style.

This commit is contained in:
2022-03-15 01:37:37 +00:00
parent 265fa4fc17
commit d4b1e63e96
163 changed files with 3422 additions and 3306 deletions

View File

@@ -43,6 +43,7 @@ using Schemas;
// Information from the Linux kernel
/// <inheritdoc />
/// <summary>Implements detection of the Linux extended filesystem</summary>
// ReSharper disable once InconsistentNaming
public sealed class extFS : IFilesystem
{
const int SB_POS = 0x400;