mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 15:48:12 +00:00
Meta+Services: Make clang-format-10 clean
This commit is contained in:
parent
42dd0675c0
commit
934d4d4033
8 changed files with 32 additions and 30 deletions
|
@ -35,7 +35,7 @@ static String parse_dns_name(const u8* data, size_t& offset, size_t max_offset,
|
|||
class [[gnu::packed]] DNSRecordWithoutName
|
||||
{
|
||||
public:
|
||||
DNSRecordWithoutName() {}
|
||||
DNSRecordWithoutName() { }
|
||||
|
||||
u16 type() const { return m_type; }
|
||||
u16 record_class() const { return m_class; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue