mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 06:28:13 +00:00
SharedGraphics: Run clang-format on everything.
This commit is contained in:
parent
7770d6a09d
commit
76b3337498
20 changed files with 216 additions and 114 deletions
|
@ -9,7 +9,7 @@ struct WSAPI_Rect;
|
|||
|
||||
class Rect {
|
||||
public:
|
||||
Rect() { }
|
||||
Rect() {}
|
||||
Rect(int x, int y, int width, int height)
|
||||
: m_location(x, y)
|
||||
, m_size(width, height)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue