reformat source code
according to code styles, 'AccessModifierOffset' should be -2.
This commit is contained in:
@ -26,15 +26,15 @@ namespace sql {
|
||||
class ObExecContext;
|
||||
class ObUserProfileStmt;
|
||||
class ObProfileDDLExecutor {
|
||||
public:
|
||||
public:
|
||||
ObProfileDDLExecutor()
|
||||
{}
|
||||
virtual ~ObProfileDDLExecutor()
|
||||
{}
|
||||
int execute(ObExecContext& ctx, ObUserProfileStmt& stmt);
|
||||
|
||||
private:
|
||||
private:
|
||||
private:
|
||||
private:
|
||||
DISALLOW_COPY_AND_ASSIGN(ObProfileDDLExecutor);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user