diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.h | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.h index be5215f2..1e24a4b 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectLog.h +++ b/contrib/llvm/tools/lldb/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 |