mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-26 21:04:23 +08:00
Fix whitespace error in previous commit
This commit is contained in:
parent
a6556fb372
commit
4a7fde66fc
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user