mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 11:48:32 +00:00
Some coding style fixes. I'm getting more comfortable with this style.
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "InodeIdentifier.h"
|
||||
#include "FileSystem.h"
|
||||
|
||||
ByteBuffer InodeIdentifier::readEntireFile() const
|
||||
ByteBuffer InodeIdentifier::read_entire_file() const
|
||||
{
|
||||
if (!fileSystem())
|
||||
if (!fs())
|
||||
return { };
|
||||
return fileSystem()->readEntireInode(*this, nullptr);
|
||||
return fs()->read_entire_inode(*this, nullptr);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user