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

@ -46,16 +46,16 @@ using namespace share::schema;
namespace observer {
class MockObAllVirtualSysStat : public oceanbase::observer::ObAllVirtualSysStat {
public:
public:
virtual int get_next_row(common::ObNewRow*& row);
};
class MockObAllLatch : public oceanbase::observer::ObAllLatch {
public:
public:
virtual int get_next_row(common::ObNewRow*& row);
virtual int set_ip(common::ObAddr* addr);
private:
private:
common::ObString ipstr_;
int32_t port_;
};
@ -320,7 +320,7 @@ int MockObAllLatch::get_next_row(ObNewRow*& row)
}
class TestDIPerf : public ::testing::Test {
public:
public:
TestDIPerf();
virtual ~TestDIPerf()
{}
@ -328,7 +328,7 @@ class TestDIPerf : public ::testing::Test {
virtual void TearDown()
{}
protected:
protected:
DBInitializer db_initer_;
ObSchemaServiceSQLImpl schema_service_;
ObMultiVersionSchemaService multi_schema_service_;