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 "IXSocketServer.h"
#include "IXWebSocket.h"
#include "IXHttp.h"
#include <functional>
#include <memory>
#include <mutex>
@ -47,4 +47,3 @@ namespace ix
void setDefaultConnectionCallback();
};
} // namespace ix