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

@ -74,7 +74,7 @@ struct PwjTable {
typedef common::hash::ObHashMap<uint64_t, PartitionIdArray, common::hash::NoPthreadDefendMode> PWJPartitionIdMap;
class ObPwjComparer {
public:
public:
ObPwjComparer(bool is_strict)
: is_strict_(is_strict),
pwj_tables_(),
@ -182,7 +182,7 @@ class ObPwjComparer {
TO_STRING_KV(K_(is_strict), K_(pwj_tables), K_(partition_id_group));
private:
private:
bool is_strict_;
common::ObSEArray<PwjTable, 32, common::ModulePageAllocator, true> pwj_tables_;
common::ObSEArray<std::pair<int64_t, int64_t>, 32, common::ModulePageAllocator, true> part_id_map_;