aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectType.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectType.h')
-rw-r--r--source/Commands/CommandObjectType.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/source/Commands/CommandObjectType.h b/source/Commands/CommandObjectType.h
index 54f4a33c6f65..f2f9ce7c1b61 100644
--- a/source/Commands/CommandObjectType.h
+++ b/source/Commands/CommandObjectType.h
@@ -16,18 +16,17 @@
// Other libraries and framework includes
// Project includes
-#include "lldb/lldb-types.h"
#include "lldb/Interpreter/CommandObjectMultiword.h"
#include "lldb/Interpreter/Options.h"
+#include "lldb/lldb-types.h"
namespace lldb_private {
-class CommandObjectType : public CommandObjectMultiword
-{
+class CommandObjectType : public CommandObjectMultiword {
public:
- CommandObjectType (CommandInterpreter &interpreter);
+ CommandObjectType(CommandInterpreter &interpreter);
- ~CommandObjectType() override;
+ ~CommandObjectType() override;
};
} // namespace lldb_private