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

@ -19,19 +19,19 @@
using namespace oceanbase::common;
class TestTraceEvent : public ::testing::Test {
public:
public:
TestTraceEvent();
virtual ~TestTraceEvent();
virtual void SetUp();
virtual void TearDown();
private:
private:
// disallow copy
DISALLOW_COPY_AND_ASSIGN(TestTraceEvent);
protected:
protected:
// function members
protected:
protected:
// data members
};
@ -89,7 +89,7 @@ struct ClassWithToYson {
TO_YSON_KV(0, val1_, 1, val2_, 2, val3_, 3, val4_, 4, val5_);
TO_STRING_KV("0", val1_, "1", val2_, "2", val3_, "3", val4_, "4", val5_);
public:
public:
int64_t val1_;
int32_t val2_;
bool val3_;