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

@ -22,18 +22,18 @@ using namespace oceanbase::sql;
using namespace oceanbase::blocksstable;
class TestScalarAggregateTest : public TestDataFilePrepare {
public:
public:
TestScalarAggregateTest();
virtual ~TestScalarAggregateTest();
virtual void SetUp();
virtual void TearDown();
private:
private:
// disallow copy
TestScalarAggregateTest(const TestScalarAggregateTest& other);
TestScalarAggregateTest& operator=(const TestScalarAggregateTest& other);
private:
private:
// data members
};
TestScalarAggregateTest::TestScalarAggregateTest() : TestDataFilePrepare("TestDisk_scalar_groupby", 2 << 20, 5000)
@ -56,7 +56,7 @@ void TestScalarAggregateTest::TearDown()
}
class TestScalarAggregate : public ObScalarAggregate {
public:
public:
TestScalarAggregate() : ObScalarAggregate(alloc_)
{}
~TestScalarAggregate()