mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Undo clang format change because clang format in CI disagrees with clang format on my computer
This commit is contained in:
parent
3bb3f58c73
commit
1bcbc4f53f
1 changed files with 3 additions and 1 deletions
|
@ -182,7 +182,9 @@ namespace Debug
|
|||
CurrentDebugLevel = Verbose;
|
||||
}
|
||||
|
||||
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