mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
Yet another pass of style fixes.
This commit is contained in:
parent
89040cdc99
commit
ec1c487dcd
43 changed files with 183 additions and 185 deletions
|
@ -14,7 +14,7 @@ public:
|
|||
ssize_t write(const byte*, size_t);
|
||||
ssize_t read(byte*, size_t);
|
||||
|
||||
bool is_empty() const { return m_read_buffer_index >= m_read_buffer->size() && m_write_buffer->isEmpty(); }
|
||||
bool is_empty() const { return m_read_buffer_index >= m_read_buffer->size() && m_write_buffer->is_empty(); }
|
||||
|
||||
private:
|
||||
void flip();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue