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 ObSysVarFromJson {
};
class ObSysVariables {
public:
public:
static int64_t get_all_sys_var_count();
static ObSysVarClassType get_sys_var_id(int64_t i);
static common::ObString get_name(int64_t i);
@ -96,7 +96,7 @@ class ObSysVariables {
};
class ObSysVarsToIdxMap {
public:
public:
static int64_t get_store_idx(int64_t var_id);
static bool has_invalid_sys_var_id();
};