reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
@ -18,14 +18,14 @@
|
||||
namespace oceanbase {
|
||||
namespace sql {
|
||||
class ObEmptyQueryStmt : public ObCMDStmt {
|
||||
public:
|
||||
public:
|
||||
ObEmptyQueryStmt() : ObCMDStmt(stmt::T_EMPTY_QUERY)
|
||||
{}
|
||||
|
||||
virtual ~ObEmptyQueryStmt()
|
||||
{}
|
||||
|
||||
private:
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(ObEmptyQueryStmt);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user