Commit aae02aa0 authored by Robert Edmonds's avatar Robert Edmonds

protobuf_c_message_unpack(): reflow some long lines for readability

parent 596352bb
......@@ -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"));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment