mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
Some coding style fixes. I'm getting more comfortable with this style.
This commit is contained in:
@@ -196,7 +196,7 @@ ByteBuffer FileDescriptor::readEntireFile()
|
||||
|
||||
if (m_vnode->core_inode())
|
||||
return m_vnode->core_inode()->read_entire(this);
|
||||
return m_vnode->fileSystem()->readEntireInode(m_vnode->inode, this);
|
||||
return m_vnode->fileSystem()->read_entire_inode(m_vnode->inode, this);
|
||||
}
|
||||
|
||||
bool FileDescriptor::isDirectory() const
|
||||
|
||||
Reference in New Issue
Block a user