Skip to content

Commit

Permalink
ARROW-17339: clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rtadepalli committed Jan 31, 2023
1 parent e49926d commit dcb75f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/src/arrow/ipc/writer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -484,8 +484,7 @@ class RecordBatchSerializer {
} else {
shifted_offsets[code_idx] = unshifted_offsets[code_idx] - child_offsets[code];
}
child_lengths[code] =
std::max(child_lengths[code], shifted_offsets[code_idx]);
child_lengths[code] = std::max(child_lengths[code], shifted_offsets[code_idx]);
}

value_offsets = std::move(shifted_offsets_buffer);
Expand Down

0 comments on commit dcb75f4

Please sign in to comment.