mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Yet another pass of style fixes.
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
return *this;
|
||||
}
|
||||
|
||||
bool isEmpty() const { return m_table.isEmpty(); }
|
||||
bool is_empty() const { return m_table.is_empty(); }
|
||||
unsigned size() const { return m_table.size(); }
|
||||
unsigned capacity() const { return m_table.capacity(); }
|
||||
void clear() { m_table.clear(); }
|
||||
|
||||
Reference in New Issue
Block a user