Remove spaces before line feed

This commit is contained in:
SirLynix
2024-01-25 14:38:06 +01:00
parent fccbaf435c
commit 9ada93b995
64 changed files with 187 additions and 187 deletions

View File

@@ -26,7 +26,7 @@ namespace Nz
MemoryView::MemoryView(void* ptr, UInt64 size) :
Stream(StreamOption::None, OpenMode_ReadWrite),
m_ptr(static_cast<UInt8*>(ptr)),
m_ptr(static_cast<UInt8*>(ptr)),
m_pos(0),
m_size(size)
{

View File

@@ -105,7 +105,7 @@ NAZARA_WARNING_POP()
#endif
}
#endif
void SetCurrentThreadName(const char* threadName)
{
SetThreadName(GetCurrentThreadHandle(), threadName);