summaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectCommands.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:26:05 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:26:05 +0000
commit14f1b3e8826ce43b978db93a62d1166055db5394 (patch)
tree0a00ad8d3498783fe0193f3b656bca17c4c8697d /source/Commands/CommandObjectCommands.h
parent4ee8c119c71a06dcad1e0fecc8c675e480e59337 (diff)
Notes
Diffstat (limited to 'source/Commands/CommandObjectCommands.h')
-rw-r--r--source/Commands/CommandObjectCommands.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/Commands/CommandObjectCommands.h b/source/Commands/CommandObjectCommands.h
index c12c71051ffe..a5ef777aa982 100644
--- a/source/Commands/CommandObjectCommands.h
+++ b/source/Commands/CommandObjectCommands.h
@@ -1,4 +1,5 @@
-//===-- CommandObjectCommands.h -----------------------------------*- C++ -*-===//
+//===-- CommandObjectCommands.h -----------------------------------*- C++
+//-*-===//
//
// The LLVM Compiler Infrastructure
//
@@ -14,9 +15,9 @@
// C++ Includes
// Other libraries and framework includes
// Project includes
+#include "lldb/Core/STLUtils.h"
#include "lldb/Interpreter/CommandObject.h"
#include "lldb/Interpreter/CommandObjectMultiword.h"
-#include "lldb/Core/STLUtils.h"
namespace lldb_private {
@@ -24,13 +25,11 @@ namespace lldb_private {
// CommandObjectMultiwordCommands
//-------------------------------------------------------------------------
-class CommandObjectMultiwordCommands : public CommandObjectMultiword
-{
+class CommandObjectMultiwordCommands : public CommandObjectMultiword {
public:
+ CommandObjectMultiwordCommands(CommandInterpreter &interpreter);
- CommandObjectMultiwordCommands (CommandInterpreter &interpreter);
-
- ~CommandObjectMultiwordCommands() override;
+ ~CommandObjectMultiwordCommands() override;
};
} // namespace lldb_private