mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-07 08:39:22 +00:00
SharedGraphics: Run clang-format on everything.
This commit is contained in:
parent
7770d6a09d
commit
76b3337498
Notes:
sideshowbarker
2024-07-19 13:41:42 +09:00
Author: https://github.com/awesomekling
Commit: 76b3337498
20 changed files with 216 additions and 114 deletions
|
@ -9,8 +9,8 @@ void Rect::intersect(const Rect& other)
|
|||
int b = min(bottom(), other.bottom());
|
||||
|
||||
if (l > r || t > b) {
|
||||
m_location = { };
|
||||
m_size = { };
|
||||
m_location = {};
|
||||
m_size = {};
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue