aboutsummaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectBreakpointCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/Commands/CommandObjectBreakpointCommand.h')
-rw-r--r--source/Commands/CommandObjectBreakpointCommand.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/Commands/CommandObjectBreakpointCommand.h b/source/Commands/CommandObjectBreakpointCommand.h
index 94afc785c575..048cc5e07c1b 100644
--- a/source/Commands/CommandObjectBreakpointCommand.h
+++ b/source/Commands/CommandObjectBreakpointCommand.h
@@ -16,11 +16,11 @@
// Other libraries and framework includes
// Project includes
-#include "lldb/lldb-types.h"
-#include "lldb/Interpreter/Options.h"
#include "lldb/Interpreter/CommandObject.h"
-#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Interpreter/CommandObjectMultiword.h"
+#include "lldb/Interpreter/CommandReturnObject.h"
+#include "lldb/Interpreter/Options.h"
+#include "lldb/lldb-types.h"
namespace lldb_private {
@@ -28,12 +28,11 @@ namespace lldb_private {
// CommandObjectMultiwordBreakpoint
//-------------------------------------------------------------------------
-class CommandObjectBreakpointCommand : public CommandObjectMultiword
-{
+class CommandObjectBreakpointCommand : public CommandObjectMultiword {
public:
- CommandObjectBreakpointCommand (CommandInterpreter &interpreter);
+ CommandObjectBreakpointCommand(CommandInterpreter &interpreter);
- ~CommandObjectBreakpointCommand() override;
+ ~CommandObjectBreakpointCommand() override;
};
} // namespace lldb_private