clang format

This commit is contained in:
Benjamin Sergeant
2019-08-13 10:59:18 -07:00
parent 8b8b352e61
commit b2bfccac0a
5 changed files with 10 additions and 9 deletions

View File

@@ -6,9 +6,9 @@
#pragma once
#include "IXHttp.h"
#include "IXSocket.h"
#include "IXWebSocketHttpHeaders.h"
#include "IXHttp.h"
#include <algorithm>
#include <atomic>
#include <condition_variable>