From 755157cb5ad3b776fa5d3c1aad03cc4de363326b Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 31 Mar 2025 20:29:45 -0400 Subject: [PATCH] fix(common): , not --- common/Prop.cpp | 2 +- common/array/CSimpleSortedArray.hpp | 2 +- common/datastore/CDataStore.cpp | 2 +- common/datastore/CDataStoreCache.hpp | 2 +- common/mempool/MemChunk.cpp | 2 +- common/objectalloc/CObjectHeap.cpp | 2 +- common/string/CStringManager.cpp | 2 +- common/string/CStringMemory.cpp | 2 +- common/time/win/Time.cpp | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/Prop.cpp b/common/Prop.cpp index 99fe2d8..0f841fd 100644 --- a/common/Prop.cpp +++ b/common/Prop.cpp @@ -1,6 +1,6 @@ #include "common/Prop.hpp" #include "common/Thread.hpp" -#include +#include namespace Prop { uint32_t s_tlsIndex; diff --git a/common/array/CSimpleSortedArray.hpp b/common/array/CSimpleSortedArray.hpp index 7ddfe0b..fadcdb5 100644 --- a/common/array/CSimpleSortedArray.hpp +++ b/common/array/CSimpleSortedArray.hpp @@ -6,7 +6,7 @@ #include #include #include -#include +#include template class CSimpleSortedArray { diff --git a/common/datastore/CDataStore.cpp b/common/datastore/CDataStore.cpp index bb1d74f..96a5126 100644 --- a/common/datastore/CDataStore.cpp +++ b/common/datastore/CDataStore.cpp @@ -2,7 +2,7 @@ #include #include #include -#include +#include #include CDataStore::~CDataStore() { diff --git a/common/datastore/CDataStoreCache.hpp b/common/datastore/CDataStoreCache.hpp index a3e7d89..d467126 100644 --- a/common/datastore/CDataStoreCache.hpp +++ b/common/datastore/CDataStoreCache.hpp @@ -3,7 +3,7 @@ #include "common/datastore/CDataStore.hpp" #include -#include +#include template class CDataStoreCache : public CDataStore { diff --git a/common/mempool/MemChunk.cpp b/common/mempool/MemChunk.cpp index a63d721..ff5b12f 100644 --- a/common/mempool/MemChunk.cpp +++ b/common/mempool/MemChunk.cpp @@ -1,5 +1,5 @@ #include "common/mempool/MemChunk.hpp" -#include +#include struct MemBlock { void* next; diff --git a/common/objectalloc/CObjectHeap.cpp b/common/objectalloc/CObjectHeap.cpp index 3b013f4..988df68 100644 --- a/common/objectalloc/CObjectHeap.cpp +++ b/common/objectalloc/CObjectHeap.cpp @@ -1,6 +1,6 @@ #include "common/objectalloc/CObjectHeap.hpp" #include -#include +#include int32_t CObjectHeap::Allocate(uint32_t objSize, uint32_t heapObjects, const char* heapName) { this->m_obj = SMemAlloc(heapObjects * (objSize + sizeof(uint32_t)), heapName, 0, 0x0); diff --git a/common/string/CStringManager.cpp b/common/string/CStringManager.cpp index c50d4a8..dc16414 100644 --- a/common/string/CStringManager.cpp +++ b/common/string/CStringManager.cpp @@ -1,7 +1,7 @@ #include "common/string/CStringManager.hpp" #include #include -#include +#include #include CStringManager* CStringManager::s_stringManager; diff --git a/common/string/CStringMemory.cpp b/common/string/CStringMemory.cpp index 5c59a59..42c705b 100644 --- a/common/string/CStringMemory.cpp +++ b/common/string/CStringMemory.cpp @@ -1,6 +1,6 @@ #include "common/string/CStringMemory.hpp" #include -#include +#include #include void CStringMemory::AllocateBlock(size_t blockSize) { diff --git a/common/time/win/Time.cpp b/common/time/win/Time.cpp index 685be8a..578bea9 100644 --- a/common/time/win/Time.cpp +++ b/common/time/win/Time.cpp @@ -2,7 +2,7 @@ #include "common/time/Time.hpp" #include "common/time/win/TimeManager.hpp" -#include +#include #include #include @@ -50,4 +50,4 @@ void OsSleep(uint32_t duration) { Sleep(duration); } -#endif \ No newline at end of file +#endif