1
Fork 0
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:
Ben Wiederhake 2020-09-18 09:49:51 +02:00 committed by Andreas Kling
parent 42dd0675c0
commit 934d4d4033
8 changed files with 32 additions and 30 deletions

View file

@ -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; }