[style] clang-format all c++ code (#9305)
- sh build-support/clang-format.sh to clang-format all c++ code
This commit is contained in:
@ -39,11 +39,7 @@
|
||||
namespace doris {
|
||||
|
||||
ExprContext::ExprContext(Expr* root)
|
||||
: _root(root),
|
||||
_is_clone(false),
|
||||
_prepared(false),
|
||||
_opened(false),
|
||||
_closed(false) {}
|
||||
: _root(root), _is_clone(false), _prepared(false), _opened(false), _closed(false) {}
|
||||
|
||||
ExprContext::~ExprContext() {
|
||||
DCHECK(!_prepared || _closed);
|
||||
|
||||
Reference in New Issue
Block a user