clang-format everything

This commit is contained in:
Lion Kortlepel
2020-11-12 17:09:14 +01:00
parent c9f5ee9729
commit 58e65cf43f
29 changed files with 716 additions and 677 deletions

View File

@@ -1,8 +1,8 @@
#include "Network.h"
#include <thread>
#include <memory>
#include <thread>
std::unique_ptr<ClientInterface> CI;
void NetMain(){
void NetMain() {
std::thread TCP(TCPServerMain);
TCP.detach();
UDPServerMain();