diff options
| author | akastornov <[email protected]> | 2022-02-10 16:46:03 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:46:03 +0300 |
| commit | 3a2de774d91ca8d7325aaf81c200b1d2047725e6 (patch) | |
| tree | 5674a780ce03a8bbd794733a19c7a70d587e4a14 /contrib/libs/protoc/src/google/protobuf/compiler | |
| parent | 7bd11ff35e97544d119e43447e3e865f2588ee7f (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/protoc/src/google/protobuf/compiler')
| -rw-r--r-- | contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h | 2 | ||||
| -rw-r--r-- | contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h b/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h index 6da6c31dadc..5dcdd58d5e8 100644 --- a/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h +++ b/contrib/libs/protoc/src/google/protobuf/compiler/plugin.pb.h @@ -32,7 +32,7 @@ #include <google/protobuf/extension_set.h> // IWYU pragma: export #include <google/protobuf/generated_enum_reflection.h> #include <google/protobuf/unknown_field_set.h> -#include <google/protobuf/descriptor.pb.h> +#include <google/protobuf/descriptor.pb.h> // @@protoc_insertion_point(includes) #include <google/protobuf/port_def.inc> #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fcompiler_2fplugin_2eproto PROTOC_EXPORT diff --git a/contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc b/contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc index 471cc46ef61..5976ed79063 100644 --- a/contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc +++ b/contrib/libs/protoc/src/google/protobuf/compiler/python/python_generator.cc @@ -70,11 +70,11 @@ namespace python { namespace { TProtoStringType FixEv(const TProtoStringType& filename) { - if (HasSuffixString(filename, ".ev")) { - return StripSuffixString(filename, ".ev") + "_ev.proto"; - } - return filename; -} + if (HasSuffixString(filename, ".ev")) { + return StripSuffixString(filename, ".ev") + "_ev.proto"; + } + return filename; +} // Returns the Python module name expected for a given .proto filename. TProtoStringType ModuleName(const TProtoStringType& filename) { |
