aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/protoc
diff options
context:
space:
mode:
authorVlad Yaroslavlev <vladon@vladon.com>2022-02-10 16:46:23 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:23 +0300
commit706b83ed7de5a473436620367af31fc0ceecde07 (patch)
tree103305d30dec77e8f6367753367f59b3cd68f9f1 /contrib/libs/protoc
parent918e8a1574070d0ec733f0b76cfad8f8892ad2e5 (diff)
downloadydb-706b83ed7de5a473436620367af31fc0ceecde07.tar.gz
Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/protoc')
-rw-r--r--contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc b/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc
index 3ae4a39fd5..f823968823 100644
--- a/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc
+++ b/contrib/libs/protoc/src/google/protobuf/compiler/perlxs/perlxs_generator.cc
@@ -961,7 +961,7 @@ PerlXSGenerator::GenerateMessageXSFieldAccessors(const FieldDescriptor* field,
" STRLEN len;\n");
if ( type == FieldDescriptor::TYPE_STRING ) {
printer.Print(vars,
- " TString $value$;\n");
+ " TString $value$;\n");
}
printer.Print("\n"
" CODE:\n");
@@ -1160,7 +1160,7 @@ PerlXSGenerator::GenerateMessageXSCommonMethods(const Descriptor* descriptor,
"error_string(svTHIS)\n"
" SV * svTHIS\n"
" PREINIT:\n"
- " TString estr;\n"
+ " TString estr;\n"
"\n"
" CODE:\n");
GenerateTypemapInput(descriptor, printer, "THIS");
@@ -1203,7 +1203,7 @@ PerlXSGenerator::GenerateMessageXSCommonMethods(const Descriptor* descriptor,
"debug_string(svTHIS)\n"
" SV * svTHIS\n"
" PREINIT:\n"
- " TString dstr;\n"
+ " TString dstr;\n"
"\n"
" CODE:\n");
GenerateTypemapInput(descriptor, printer, "THIS");
@@ -1225,7 +1225,7 @@ PerlXSGenerator::GenerateMessageXSCommonMethods(const Descriptor* descriptor,
"short_debug_string(svTHIS)\n"
" SV * svTHIS\n"
" PREINIT:\n"
- " TString dstr;\n"
+ " TString dstr;\n"
"\n"
" CODE:\n");
GenerateTypemapInput(descriptor, printer, "THIS");
@@ -1913,7 +1913,7 @@ PerlXSGenerator::FieldFromHashrefHelper(io::Printer& printer,
"char * str;\n");
if ( field->type() == FieldDescriptor::TYPE_STRING ) {
- printer.Print("TString sval;\n");
+ printer.Print("TString sval;\n");
}
printer.Print(vars,