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

@ -28,7 +28,7 @@ extern int64_t get_free_quota(const char* path, const int64_t percent, int64_t&
namespace unittest {
class ObFormatter {
public:
public:
ObFormatter(char* buf, int64_t len) : buf_(buf), len_(len), pos_(0)
{}
~ObFormatter()
@ -52,7 +52,7 @@ class ObFormatter {
return src;
}
private:
private:
char* buf_;
int64_t len_;
int64_t pos_;
@ -63,7 +63,7 @@ class ObFormatter {
#define MAX_FILE_ID 10
class TestObLogFilePool : public ::testing::Test {
public:
public:
virtual void SetUp()
{
char buf[BUFSIZE];
@ -89,11 +89,11 @@ class TestObLogFilePool : public ::testing::Test {
return ret;
}
protected:
protected:
};
class MyFunc {
public:
public:
MyFunc()
{}
~MyFunc()