lint: add include sorting config to clang-format (#1517)

This commit is contained in:
Tyler Wilding
2022-06-22 23:37:46 -04:00
committed by GitHub
parent b3f2b81481
commit 2d595c1ac0
501 changed files with 2085 additions and 1264 deletions
+2 -1
View File
@@ -4,10 +4,10 @@
* Works with deci2.cpp (sceDeci2) to implement the networking on target
*/
// clang-format off
#include "Deci2Server.h"
#include "common/cross_sockets/XSocket.h"
#include "common/versions.h"
#include <common/listener_common.h>
#include <common/util/Assert.h>
@@ -21,6 +21,7 @@
#include <WinSock2.h>
#include <WS2tcpip.h>
#endif
// clang-format on
Deci2Server::~Deci2Server() {
// Cleanup the accept thread