mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 12:58:00 +03:00
Manual reformatting that wasn't done automatically on my machine
This commit is contained in:
parent
d74a0edb82
commit
a5a6f33578
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…
Add table
Add a link
Reference in a new issue