fixed formating

strange formating on first run of clang_format...
pull/1428/head
dominic 6 years ago
parent 618a1597da
commit c6591a7f47

@ -3,20 +3,20 @@
#pragma once
#include <spdlog/common.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <arpa/inet.h>
#include <fcntl.h>
#include <memory>
#include <mutex>
#include <netdb.h>
#include <poll.h>
#include <spdlog/common.h>
#include <spdlog/details/null_mutex.h>
#include <spdlog/sinks/base_sink.h>
#include <string>
#include <sys/socket.h>
#include <unistd.h>
#pragma once
#include <string>
#include <memory>
#include <mutex>
namespace spdlog {
namespace sinks {

Loading…
Cancel
Save