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
commit c459e4ecb2
Notes: sideshowbarker 2024-07-19 06:08:25 +09:00
4 changed files with 5 additions and 5 deletions

View file

@ -83,7 +83,7 @@ public:
virtual RefPtr<Inode> get_inode(InodeIdentifier) const = 0;
virtual void flush_writes() {}
virtual void flush_writes() { }
size_t block_size() const { return m_block_size; }