mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 05:09:12 +00:00
Kernel: Clang format file system in prep for changes.
This commit is contained in:
parent
82d0352a67
commit
c459e4ecb2
Notes:
sideshowbarker
2024-07-19 06:08:25 +09:00
Author: https://github.com/bgianfo
Commit: c459e4ecb2
Pull-request: https://github.com/SerenityOS/serenity/pull/2385
4 changed files with 5 additions and 5 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue