reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
4
deps/oblib/unittest/rpc/test_mysql_util.cpp
vendored
4
deps/oblib/unittest/rpc/test_mysql_util.cpp
vendored
@ -22,7 +22,7 @@ using namespace oceanbase::common;
|
||||
using namespace oceanbase::obmysql;
|
||||
|
||||
class TestObMySQLUtil : public ::testing::Test {
|
||||
public:
|
||||
public:
|
||||
TestObMySQLUtil()
|
||||
{}
|
||||
|
||||
@ -32,7 +32,7 @@ class TestObMySQLUtil : public ::testing::Test {
|
||||
virtual void TearDown()
|
||||
{}
|
||||
|
||||
protected:
|
||||
protected:
|
||||
};
|
||||
|
||||
#define PREPEND_ZEROS(char_size, offset, src_str, result_str) \
|
||||
|
||||
Reference in New Issue
Block a user