diff options
author | Anton Samokhvalov <[email protected]> | 2022-02-10 16:45:15 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:45:15 +0300 |
commit | 72cb13b4aff9bc9cf22e49251bc8fd143f82538f (patch) | |
tree | da2c34829458c7d4e74bdfbdf85dff449e9e7fb8 /library/cpp/protobuf/json/name_generator.h | |
parent | 778e51ba091dc39e7b7fcab2b9cf4dbedfb6f2b5 (diff) |
Restoring authorship annotation for Anton Samokhvalov <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/protobuf/json/name_generator.h')
-rw-r--r-- | library/cpp/protobuf/json/name_generator.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/library/cpp/protobuf/json/name_generator.h b/library/cpp/protobuf/json/name_generator.h index 2b5361bee2e..d238283d031 100644 --- a/library/cpp/protobuf/json/name_generator.h +++ b/library/cpp/protobuf/json/name_generator.h @@ -5,14 +5,14 @@ #include <functional> namespace google { - namespace protobuf { - class FieldDescriptor; - class EnumValueDescriptor; - } -} + namespace protobuf { + class FieldDescriptor; + class EnumValueDescriptor; + } +} namespace NProtobufJson { - using TNameGenerator = std::function<TString(const google::protobuf::FieldDescriptor&)>; - using TEnumValueGenerator = std::function<TString(const google::protobuf::EnumValueDescriptor&)>; + using TNameGenerator = std::function<TString(const google::protobuf::FieldDescriptor&)>; + using TEnumValueGenerator = std::function<TString(const google::protobuf::EnumValueDescriptor&)>; -} +} |