1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-16 20:41:00 +00:00
serenity/Services/DHCPClient
Linus Groh bbe787a0af Everywhere: Re-format with clang-format-11
Compared to version 10 this fixes a bunch of formatting issues, mostly
around structs/classes with attributes like [[gnu::packed]], and
incorrect insertion of spaces in parameter types ("T &"/"T &&").
I also removed a bunch of // clang-format off/on and FIXME comments that
are no longer relevant - on the other hand it tried to destroy a couple of
neatly formatted comments, so I had to add some as well.
2020-12-31 21:51:00 +01:00
..
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
DHCPv4.cpp Services: Renamed from Servers 2020-05-08 21:57:44 +02:00
DHCPv4.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
DHCPv4Client.cpp Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +02:00
DHCPv4Client.h DHCPClient: Remove unused UPDSocket.h include 2020-10-08 10:00:39 +02:00
main.cpp Everywhere: Switch from (void) to [[maybe_unused]] (#4473) 2020-12-21 00:09:48 +01:00