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

@ -16,18 +16,18 @@
using namespace oceanbase::common;
class TestRowStore : public ::testing::Test {
public:
public:
TestRowStore();
virtual ~TestRowStore();
virtual void SetUp();
virtual void TearDown();
private:
private:
// disallow copy
TestRowStore(const TestRowStore& other);
TestRowStore& operator=(const TestRowStore& other);
protected:
protected:
void add_row(int32_t i, int64_t COL_NUM, ObRowStore& store, int expect_ret = OB_SUCCESS);
void add_rows(int64_t COL_NUM, int64_t ROW_NUM, ObRowStore& store);
void verify_rows(int64_t COL_NUM, int64_t ROW_NUM, ObRowStore& store);