mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 07:37:35 +00:00
Everywhere: Run clang-format
This commit is contained in:
parent
0376c127f6
commit
086969277e
1665 changed files with 8479 additions and 8479 deletions
|
@ -53,8 +53,8 @@ public:
|
|||
void notify_adopted(Badge<Widget>, Widget&);
|
||||
void notify_disowned(Badge<Widget>, Widget&);
|
||||
|
||||
const Margins& margins() const { return m_margins; }
|
||||
void set_margins(const Margins&);
|
||||
Margins const& margins() const { return m_margins; }
|
||||
void set_margins(Margins const&);
|
||||
|
||||
int spacing() const { return m_spacing; }
|
||||
void set_spacing(int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue