summaryrefslogtreecommitdiff
path: root/upb/google/proto2.h
diff options
context:
space:
mode:
Diffstat (limited to 'upb/google/proto2.h')
-rw-r--r--upb/google/proto2.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/upb/google/proto2.h b/upb/google/proto2.h
index f2662ea..516b7fd 100644
--- a/upb/google/proto2.h
+++ b/upb/google/proto2.h
@@ -49,9 +49,8 @@ bool TrySetWriteHandlers(const ::google::protobuf::FieldDescriptor* proto2_f,
// Returns a prototype for the given field in "m", if it is weak. The returned
// message could be the linked-in message type or OpaqueMessage, if the weak
// message is *not* linked in. Otherwise returns NULL.
-const proto2::Message* GetFieldPrototype(
- const proto2::Message& m,
- const proto2::FieldDescriptor* f);
+const proto2::Message* GetFieldPrototype(const proto2::Message& m,
+ const proto2::FieldDescriptor* f);
const ::google::protobuf::Message* GetFieldPrototype(
const ::google::protobuf::Message& m,
const ::google::protobuf::FieldDescriptor* f);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback