mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 18:32:36 +00: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
@ -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…
x
Reference in New Issue
Block a user