mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +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
|
@ -5,7 +5,7 @@ public:
|
|||
Size() { }
|
||||
Size(int w, int h) : m_width(w), m_height(h) { }
|
||||
|
||||
bool isEmpty() const { return !m_width || !m_height; }
|
||||
bool is_empty() const { return !m_width || !m_height; }
|
||||
|
||||
int width() const { return m_width; }
|
||||
int height() const { return m_height; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue