mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 09:18:11 +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
|
@ -72,7 +72,7 @@ public:
|
|||
// Stage 4 of loading: initializers
|
||||
void load_stage_4();
|
||||
|
||||
void set_tls_offset(size_t offset) { m_tls_offset = offset; };
|
||||
void set_tls_offset(size_t offset) { m_tls_offset = offset; }
|
||||
size_t tls_size_of_current_object() const { return m_tls_size_of_current_object; }
|
||||
size_t tls_alignment_of_current_object() const { return m_tls_alignment_of_current_object; }
|
||||
size_t tls_offset() const { return m_tls_offset; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue