Skip to content

Commit

Permalink
Fixing format errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Storck committed May 15, 2018
1 parent 54e038d commit b2e47b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/src/arrow/builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1627,8 +1627,8 @@ Status StructBuilder::FinishInternal(std::shared_ptr<ArrayData>* out) {
return Status::OK();
}

// ----------------------------------------------------------------------
// Helper functions
// ----------------------------------------------------------------------
// Helper functions

#define BUILDER_CASE(ENUM, BuilderType) \
case Type::ENUM: \
Expand Down

0 comments on commit b2e47b6

Please sign in to comment.