mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Everywhere: Remove needless trailing semi-colons after functions
This is a new option in clang-format-16.
This commit is contained in:
parent
aff81d318b
commit
c911781c21
243 changed files with 483 additions and 481 deletions
|
@ -142,7 +142,7 @@ private:
|
|||
template<typename T>
|
||||
int unicode_view_width(T const& view) const;
|
||||
|
||||
void update_x_height() { m_x_height = m_baseline - m_mean_line; };
|
||||
void update_x_height() { m_x_height = m_baseline - m_mean_line; }
|
||||
|
||||
virtual bool has_color_bitmaps() const override { return false; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue