clang format

This commit is contained in:
Benjamin Sergeant
2019-08-13 10:59:18 -07:00
parent ffecef901a
commit e98ec9ec75
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>