1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-02-01 15:48:26 +00:00

Undo something clang-format did because clang-format doesn't like it

This commit is contained in:
AnyOldName3 2026-01-27 00:32:03 +00:00
parent c1f9bd2931
commit 0520928a67

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