fix formatting in all files

This commit is contained in:
Lion Kortlepel
2022-11-13 00:32:55 +01:00
parent 3f05b72cc2
commit b756ce3c3f
7 changed files with 12 additions and 15 deletions

View File

@@ -6,8 +6,8 @@
* and write locks and read locks are mutually exclusive.
*/
#include <shared_mutex>
#include <mutex>
#include <shared_mutex>
// Use ReadLock(m) and WriteLock(m) to lock it.
using RWMutex = std::shared_mutex;