Skip to content

Commit 3811438

Browse files
Internal change
PiperOrigin-RevId: 791803306
1 parent a959f27 commit 3811438

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/google/protobuf/extension_set.cc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -163,12 +163,11 @@ void ExtensionSet::RegisterMessageExtension(const MessageLite* extendee,
163163
type == WireFormatLite::TYPE_GROUP);
164164
ExtensionInfo info(extendee, number, type, is_repeated, is_packed,
165165
verify_func, is_lazy);
166-
info.message_info = {
167-
prototype,
166+
info.message_info = {prototype,
168167
#if defined(PROTOBUF_CONSTINIT_DEFAULT_INSTANCES)
169-
prototype->GetTcParseTable()
168+
prototype->GetTcParseTable()
170169
#else
171-
nullptr
170+
nullptr
172171
#endif
173172
};
174173
Register(info);

0 commit comments

Comments
 (0)