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

@ -20,11 +20,11 @@
namespace oceanbase {
namespace clog {
class ObLogTimerUtility {
public:
public:
ObLogTimerUtility() : bt1_(common::OB_INVALID_TIMESTAMP), bt2_(common::OB_INVALID_TIMESTAMP)
{}
public:
public:
void start_timer()
{
if (ENABLE_CLOG_PERF) {
@ -47,11 +47,11 @@ class ObLogTimerUtility {
}
}
private:
private:
int64_t bt1_;
int64_t bt2_;
private:
private:
DISALLOW_COPY_AND_ASSIGN(ObLogTimerUtility);
};
} // namespace clog