From 706b83ed7de5a473436620367af31fc0ceecde07 Mon Sep 17 00:00:00 2001
From: Vlad Yaroslavlev <vladon@vladon.com>
Date: Thu, 10 Feb 2022 16:46:23 +0300
Subject: Restoring authorship annotation for Vlad Yaroslavlev
 <vladon@vladon.com>. Commit 1 of 2.

---
 library/cpp/protobuf/json/json2proto.cpp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'library/cpp/protobuf/json/json2proto.cpp')

diff --git a/library/cpp/protobuf/json/json2proto.cpp b/library/cpp/protobuf/json/json2proto.cpp
index 640c10f5a5..9cd9007f15 100644
--- a/library/cpp/protobuf/json/json2proto.cpp
+++ b/library/cpp/protobuf/json/json2proto.cpp
@@ -34,7 +34,7 @@
         break;                                                                      \
     }
 
-static TString GetFieldName(const google::protobuf::FieldDescriptor& field,
+static TString GetFieldName(const google::protobuf::FieldDescriptor& field, 
                             const NProtobufJson::TJson2ProtoConfig& config) {
     if (config.NameGenerator) {
         return config.NameGenerator(field);
@@ -50,7 +50,7 @@ static TString GetFieldName(const google::protobuf::FieldDescriptor& field,
         return name;
     }
 
-    TString name = field.name();
+    TString name = field.name(); 
     switch (config.FieldNameMode) {
         case NProtobufJson::TJson2ProtoConfig::FieldNameOriginalCase:
             break;
@@ -318,7 +318,7 @@ Json2RepeatedField(const NJson::TJsonValue& json,
                    const NProtobufJson::TJson2ProtoConfig& config) {
     using namespace google::protobuf;
 
-    TString name = GetFieldName(field, config);
+    TString name = GetFieldName(field, config); 
     if (!json.Has(name))
         return;
 
-- 
cgit v1.2.3