mirror of
https://github.com/protobuf-c/protobuf-c.git
synced 2024-12-27 22:01:02 +08:00
protobuf_c_message_unpack(): reflow some long lines for readability
This commit is contained in:
parent
596352bb22
commit
aae02aa008
@ -2495,11 +2495,9 @@ protobuf_c_message_unpack(const ProtobufCMessageDescriptor *desc,
|
||||
size_t count;
|
||||
if (!count_packed_elements(field->type,
|
||||
tmp.len -
|
||||
tmp.
|
||||
length_prefix_len,
|
||||
tmp.length_prefix_len,
|
||||
tmp.data +
|
||||
tmp.
|
||||
length_prefix_len,
|
||||
tmp.length_prefix_len,
|
||||
&count))
|
||||
{
|
||||
UNPACK_ERROR(("counting packed elements"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user