1
0
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:
AnyOldName3 2023-07-05 20:29:18 +01:00
parent 3bb3f58c73
commit 1bcbc4f53f

View File

@ -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