mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:48:11 +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
|
@ -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(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue