reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
@ -24,18 +24,18 @@ using namespace share::schema;
|
||||
#define OK(value) ASSERT_EQ(OB_SUCCESS, (value))
|
||||
|
||||
class TestSqlParameterization : public ::testing::Test {
|
||||
public:
|
||||
public:
|
||||
TestSqlParameterization();
|
||||
virtual ~TestSqlParameterization();
|
||||
virtual void SetUp();
|
||||
virtual void TearDown();
|
||||
|
||||
private:
|
||||
private:
|
||||
// disallow copy
|
||||
TestSqlParameterization(const TestSqlParameterization& other);
|
||||
TestSqlParameterization& operator=(const TestSqlParameterization& other);
|
||||
|
||||
protected:
|
||||
protected:
|
||||
// data members
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user