mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-15 21:41:58 +00:00
Meta+Services: Make clang-format-10 clean
This commit is contained in:
parent
42dd0675c0
commit
934d4d4033
Notes:
sideshowbarker
2024-07-19 02:14:28 +09:00
Author: https://github.com/BenWiederhake
Commit: 934d4d4033
Pull-request: https://github.com/SerenityOS/serenity/pull/3541
Reviewed-by: https://github.com/alimpfard
Reviewed-by: https://github.com/linusg
8 changed files with 32 additions and 30 deletions
|
@ -27,10 +27,10 @@
|
|||
#include <LibCore/EventLoop.h>
|
||||
#include <LibCore/LocalServer.h>
|
||||
#include <LibIPC/ClientConnection.h>
|
||||
#include <ProtocolServer/ClientConnection.h>
|
||||
#include <ProtocolServer/GeminiProtocol.h>
|
||||
#include <ProtocolServer/HttpProtocol.h>
|
||||
#include <ProtocolServer/HttpsProtocol.h>
|
||||
#include <ProtocolServer/ClientConnection.h>
|
||||
|
||||
int main(int, char**)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue