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:
parent
c1f9bd2931
commit
0520928a67
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue