mirror of
https://github.com/SantaSpeen/BeamMP-Server.git
synced 2026-04-08 16:06:02 +00:00
clang-format everything
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
/// Created by Anonymous275 on 7/17/2020
|
||||
///
|
||||
#include "Logger.h"
|
||||
#include "RWMutex.h"
|
||||
#include "Security/Enc.h"
|
||||
#include "Settings.h"
|
||||
#include <chrono>
|
||||
@@ -10,7 +11,6 @@
|
||||
#include <sstream>
|
||||
#include <thread>
|
||||
#include <unordered_map>
|
||||
#include "RWMutex.h"
|
||||
|
||||
static RWMutex ThreadNameMapMutex;
|
||||
static std::unordered_map<std::thread::id, std::string> ThreadNameMap;
|
||||
|
||||
Reference in New Issue
Block a user