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

@ -23,13 +23,13 @@ using namespace transaction;
using namespace storage;
namespace unittest {
class TestObTransLog : public ::testing::Test {
public:
public:
virtual void SetUp()
{}
virtual void TearDown()
{}
public:
public:
static const char* LOCAL_IP;
static const int32_t PORT = 8080;
static const ObAddr::VER IP_TYPE = ObAddr::IPV4;
@ -42,7 +42,7 @@ const char* TestObTransLog::LOCAL_IP = "127.0.0.1";
const int64_t TIME_OUT = 1;
class FakeObTransLog : public ObTransLog {
public:
public:
virtual int replace_tenant_id(const uint64_t tenant_id) override
{
(void)ObTransLog::inner_replace_tenant_id(tenant_id);