mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:27:44 +00:00
Kernel: Remove duplicate access specifier in DevTmpFSInode
As per clang-tidy.
This commit is contained in:
parent
47a39e425c
commit
30458a6600
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ protected:
|
||||||
const unsigned m_major_number { 0 };
|
const unsigned m_major_number { 0 };
|
||||||
const unsigned m_minor_number { 0 };
|
const unsigned m_minor_number { 0 };
|
||||||
|
|
||||||
protected:
|
|
||||||
enum class Type {
|
enum class Type {
|
||||||
BlockDevice,
|
BlockDevice,
|
||||||
CharacterDevice,
|
CharacterDevice,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue