1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 17:18:11 +00:00

Kernel: Clang format file system in prep for changes.

This commit is contained in:
Brian Gianforcaro 2020-05-26 00:35:11 -07:00 committed by Andreas Kling
parent 82d0352a67
commit c459e4ecb2
4 changed files with 5 additions and 5 deletions

View file

@ -50,7 +50,7 @@ class Inode : public RefCounted<Inode>
public:
virtual ~Inode();
virtual void one_ref_left() {}
virtual void one_ref_left() { }
FS& fs() { return m_fs; }
const FS& fs() const { return m_fs; }