aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectLog.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectLog.h')
-rw-r--r--source/Commands/CommandObjectLog.h21
1 files changed, 10 insertions, 11 deletions
diff --git a/source/Commands/CommandObjectLog.h b/source/Commands/CommandObjectLog.h
index be5215f2bdc3..1e24a4b2ac67 100644
--- a/source/Commands/CommandObjectLog.h
+++ b/source/Commands/CommandObjectLog.h
@@ -25,21 +25,20 @@ namespace lldb_private {
// CommandObjectLog
//-------------------------------------------------------------------------
-class CommandObjectLog : public CommandObjectMultiword
-{
+class CommandObjectLog : public CommandObjectMultiword {
public:
- //------------------------------------------------------------------
- // Constructors and Destructors
- //------------------------------------------------------------------
- CommandObjectLog(CommandInterpreter &interpreter);
+ //------------------------------------------------------------------
+ // Constructors and Destructors
+ //------------------------------------------------------------------
+ CommandObjectLog(CommandInterpreter &interpreter);
- ~CommandObjectLog() override;
+ ~CommandObjectLog() override;
private:
- //------------------------------------------------------------------
- // For CommandObjectLog only
- //------------------------------------------------------------------
- DISALLOW_COPY_AND_ASSIGN (CommandObjectLog);
+ //------------------------------------------------------------------
+ // For CommandObjectLog only
+ //------------------------------------------------------------------
+ DISALLOW_COPY_AND_ASSIGN(CommandObjectLog);
};
} // namespace lldb_private