Fix whitespace error in previous commit

This commit is contained in:
Robert Edmonds 2019-05-18 17:52:58 -04:00
parent a6556fb372
commit 4a7fde66fc

View File

@ -3422,7 +3422,7 @@ protobuf_c_message_check(const ProtobufCMessage *message)
ProtobufCType type = f->type;
ProtobufCLabel label = f->label;
void *field = STRUCT_MEMBER_P (message, f->offset);
if (f->flags & PROTOBUF_C_FIELD_FLAG_ONEOF) {
const uint32_t *oneof_case = STRUCT_MEMBER_P (message, f->quantifier_offset);
if (f->id != *oneof_case) {