mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +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
|
@ -25,10 +25,10 @@ public:
|
|||
{
|
||||
}
|
||||
|
||||
Message::Type type() const { return m_type; };
|
||||
u32 data_size() const { return m_data_size; };
|
||||
u32 protocol_version() const { return m_protocol_version; };
|
||||
u64 opaque() const { return m_opaque; };
|
||||
Message::Type type() const { return m_type; }
|
||||
u32 data_size() const { return m_data_size; }
|
||||
u32 protocol_version() const { return m_protocol_version; }
|
||||
u64 opaque() const { return m_opaque; }
|
||||
|
||||
private:
|
||||
// The protocol version being used.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue