Manual reformatting that wasn't done automatically on my machine

This commit is contained in:
AnyOldName3 2025-04-11 17:41:40 +01:00
parent d74a0edb82
commit a5a6f33578

View file

@ -173,7 +173,10 @@ namespace Debug
return All;
}
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel) { return size; }
virtual std::streamsize writeImpl(const char* str, std::streamsize size, Level debugLevel)
{
return size;
}
};
#if defined _WIN32 && defined _DEBUG