diff options
author | filmih <filmih@yandex-team.ru> | 2022-02-10 16:49:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:59 +0300 |
commit | 883c643baf3a1698f0f0a31a8973b61411cd311f (patch) | |
tree | ab1d02c25264bef4a13b139e1b2acbf520b3fee6 /library/cpp/protobuf/util/pb_io.h | |
parent | 4def7550a4a9107382d501b6fe9bcfcc3d765229 (diff) | |
download | ydb-883c643baf3a1698f0f0a31a8973b61411cd311f.tar.gz |
Restoring authorship annotation for <filmih@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/util/pb_io.h')
-rw-r--r-- | library/cpp/protobuf/util/pb_io.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/library/cpp/protobuf/util/pb_io.h b/library/cpp/protobuf/util/pb_io.h index 493c84cb5f..089191c19e 100644 --- a/library/cpp/protobuf/util/pb_io.h +++ b/library/cpp/protobuf/util/pb_io.h @@ -48,10 +48,10 @@ int operator&(NProtoBuf::Message& m, IBinSaver& f); void SerializeToTextFormat(const NProtoBuf::Message& m, const TString& fileName); void SerializeToTextFormat(const NProtoBuf::Message& m, IOutputStream& out); -// Write a textual representation of the given message to the given output stream -// with flags UseShortRepeatedPrimitives and UseUtf8StringEscaping set to true. -void SerializeToTextFormatPretty(const NProtoBuf::Message& m, IOutputStream& out); - +// Write a textual representation of the given message to the given output stream +// with flags UseShortRepeatedPrimitives and UseUtf8StringEscaping set to true. +void SerializeToTextFormatPretty(const NProtoBuf::Message& m, IOutputStream& out); + // Write a textual representation of the given message to the given output stream // use enum id instead of enum name for all enum fields. void SerializeToTextFormatWithEnumId(const NProtoBuf::Message& m, IOutputStream& out); |