diff options
| author | udovichenko-r <[email protected]> | 2022-02-10 16:49:22 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:22 +0300 |
| commit | a6f6b22bda21d53d07bd2e0ff63a2b2abf69ede9 (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /util/stream/debug.cpp | |
| parent | d7e4eaec9d325e188dabb3eb1949a32a5229e9ce (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/stream/debug.cpp')
| -rw-r--r-- | util/stream/debug.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/util/stream/debug.cpp b/util/stream/debug.cpp index 6a43700e592..afd5b3e1c73 100644 --- a/util/stream/debug.cpp +++ b/util/stream/debug.cpp @@ -27,9 +27,9 @@ namespace { } } else { Out = &Cnull; - Level = 0; - } - } + Level = 0; + } + } IOutputStream* Out; int Level; @@ -44,7 +44,7 @@ struct TSingletonTraits<TDbgSelector> { IOutputStream& StdDbgStream() noexcept { return *(Singleton<TDbgSelector>()->Out); } - + int StdDbgLevel() noexcept { - return Singleton<TDbgSelector>()->Level; -} + return Singleton<TDbgSelector>()->Level; +} |
