From 9274c2be9c5990189a9d839c3fe03202fba7fffb Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 29 Aug 2023 00:05:03 +0000 Subject: [PATCH] Auto-generate files after cl/560854805 --- src/google/protobuf/struct.pb.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/google/protobuf/struct.pb.h b/src/google/protobuf/struct.pb.h index bb482e96e6..22414ab540 100644 --- a/src/google/protobuf/struct.pb.h +++ b/src/google/protobuf/struct.pb.h @@ -1082,7 +1082,8 @@ inline ::google::protobuf::Struct* Value::_internal_mutable_struct_value() { if (kind_case() != kStructValue) { clear_kind(); set_has_struct_value(); - _impl_.kind_.struct_value_ = CreateMaybeMessage<::google::protobuf::Struct>(GetArenaForAllocation()); + _impl_.kind_.struct_value_ = + CreateMaybeMessage<::google::protobuf::Struct>(GetArenaForAllocation()); } return _impl_.kind_.struct_value_; } @@ -1158,7 +1159,8 @@ inline ::google::protobuf::ListValue* Value::_internal_mutable_list_value() { if (kind_case() != kListValue) { clear_kind(); set_has_list_value(); - _impl_.kind_.list_value_ = CreateMaybeMessage<::google::protobuf::ListValue>(GetArenaForAllocation()); + _impl_.kind_.list_value_ = + CreateMaybeMessage<::google::protobuf::ListValue>(GetArenaForAllocation()); } return _impl_.kind_.list_value_; }