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

@ -30,7 +30,7 @@ using namespace oceanbase::common;
using namespace oceanbase::sql;
using namespace oceanbase::observer;
class ObSubPlanFilterTest : public ::testing::Test {
public:
public:
ObSubPlanFilterTest();
virtual ~ObSubPlanFilterTest();
virtual void SetUp();
@ -42,7 +42,7 @@ class ObSubPlanFilterTest : public ::testing::Test {
void init_plan(ObExecContext& ctx);
void init_plan_for_calc(ObExecContext& ctx);
protected:
protected:
ObFakeTable fake_table1_;
ObFakeTable fake_table2_;
ObLimit limit_;
@ -50,12 +50,12 @@ class ObSubPlanFilterTest : public ::testing::Test {
ObSubPlanFilter subplan_filter_;
ObPhysicalPlan physical_plan_;
private:
private:
// disallow copy
ObSubPlanFilterTest(const ObSubPlanFilterTest& other);
ObSubPlanFilterTest& operator=(const ObSubPlanFilterTest& other);
private:
private:
// data members
};