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

@ -154,7 +154,7 @@ static const int64_t TEST_GET_COUNT = 4;
namespace oceanbase {
namespace sql {
class TestMonitorInfoManager : public ::testing::Test, public share::ObThreadPool {
public:
public:
TestMonitorInfoManager() : seq_(0), monitor_mgr_()
// test1_(&monitor_mgr_),
// test2_(&monitor_mgr_)
@ -202,7 +202,7 @@ class TestMonitorInfoManager : public ::testing::Test, public share::ObThreadPoo
int do_gc();
int build_monitor_info(int64_t query_id, int64_t plan_id, ObPhyPlanMonitorInfo* plan);
public:
public:
int64_t seq_;
ObMonitorInfoManager monitor_mgr_;
// TestGetByQueryId test1_;

View File

@ -23,7 +23,7 @@ using namespace oceanbase::sql;
namespace oceanbase {
namespace sql {
class TestPhyOperatorStats : public ::testing::Test {
public:
public:
TestPhyOperatorStats()
{}
~TestPhyOperatorStats()