[style] clang-format all c++ code (#9305)

- sh build-support/clang-format.sh  to  clang-format all c++ code
This commit is contained in:
chenlinzhong
2022-04-29 16:14:22 +08:00
committed by GitHub
parent 201cd207f9
commit c9961c9bb9
499 changed files with 5917 additions and 5910 deletions

View File

@ -27,7 +27,7 @@
namespace doris::vectorized {
VAssertNumRowsNode::VAssertNumRowsNode(ObjectPool* pool, const TPlanNode& tnode,
const DescriptorTbl& descs)
const DescriptorTbl& descs)
: ExecNode(pool, tnode, descs),
_desired_num_rows(tnode.assert_num_rows_node.desired_num_rows),
_subquery_string(tnode.assert_num_rows_node.subquery_string) {
@ -96,4 +96,4 @@ Status VAssertNumRowsNode::get_next(RuntimeState* state, Block* block, bool* eos
return Status::OK();
}
} // namespace doris
} // namespace doris::vectorized