reformat source code

according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
gm
2021-06-16 15:48:42 +08:00
committed by MizuhaHimuraki
parent 8c4a2f26a6
commit 4a92b6d7df
3314 changed files with 23131 additions and 23401 deletions

View File

@ -17,7 +17,7 @@
namespace oceanbase {
namespace sql {
class ObUseDatabaseStmt : public ObDDLStmt {
public:
public:
ObUseDatabaseStmt()
: ObDDLStmt(stmt::T_USE_DATABASE),
db_id_(common::OB_INVALID),
@ -87,7 +87,7 @@ class ObUseDatabaseStmt : public ObDDLStmt {
return use_database_arg_;
}
private:
private:
int64_t db_id_;
common::ObString db_name_;
common::ObString db_charset_;