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

@ -73,7 +73,7 @@ const static common::ObRegion REGION3("region3");
// implement ObIPartPropertyGetter for unittesting.
// all inlined for convenience.
class FakePartPropertyGetter : public ObIPartPropertyGetter {
public:
public:
static uint64_t& TEN()
{
static uint64_t id = 1;
@ -163,7 +163,7 @@ class FakePartPropertyGetter : public ObIPartPropertyGetter {
return replicas_;
}
private:
private:
ReplicaArray replicas_;
ObPartitionReplica::MemberList member_list_;
};