Skip to content

Commit 51d9a87

Browse files
committed
Make line length shorter than 90
1 parent 2da5466 commit 51d9a87

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cpp/src/arrow/ipc/adapter.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,9 @@ constexpr int kMaxIpcRecursionDepth = 64;
5656
//
5757
// Finally, the memory offset to the start of the metadata / data header is
5858
// returned in an out-variable
59-
ARROW_EXPORT Status WriteRowBatch(MemorySource* dst, const RowBatch* batch, int64_t position,
60-
int64_t* header_offset, int max_recursion_depth = kMaxIpcRecursionDepth);
59+
ARROW_EXPORT Status WriteRowBatch(MemorySource* dst, const RowBatch* batch,
60+
int64_t position, int64_t* header_offset,
61+
int max_recursion_depth = kMaxIpcRecursionDepth);
6162

6263
// int64_t GetRowBatchMetadata(const RowBatch* batch);
6364

0 commit comments

Comments
 (0)