diff options
author | khristich <khristich@yandex-team.ru> | 2022-02-10 16:50:11 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:11 +0300 |
commit | 4488b6dd6356a10e57c74303b91211469ab2ec34 (patch) | |
tree | c186b22d3dc57247df20942ecfb176abe093d306 /util/stream/output.h | |
parent | eeb44fff3b21a0abc3a28ecf80df8ea214338f2a (diff) | |
download | ydb-4488b6dd6356a10e57c74303b91211469ab2ec34.tar.gz |
Restoring authorship annotation for <khristich@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/stream/output.h')
-rw-r--r-- | util/stream/output.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/stream/output.h b/util/stream/output.h index 00eef50b95..61ca03dfbe 100644 --- a/util/stream/output.h +++ b/util/stream/output.h @@ -299,6 +299,6 @@ static inline void Flush(IOutputStream& o) { #include "debug.h" -void RedirectStdioToAndroidLog(bool redirect); - +void RedirectStdioToAndroidLog(bool redirect); + /** @} */ |