summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectBugreport.h
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectBugreport.h')
-rw-r--r--lldb/source/Commands/CommandObjectBugreport.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lldb/source/Commands/CommandObjectBugreport.h b/lldb/source/Commands/CommandObjectBugreport.h
index 3adde51e027..281ea2dd203 100644
--- a/lldb/source/Commands/CommandObjectBugreport.h
+++ b/lldb/source/Commands/CommandObjectBugreport.h
@@ -22,12 +22,11 @@ namespace lldb_private {
// CommandObjectMultiwordBugreport
//-------------------------------------------------------------------------
-class CommandObjectMultiwordBugreport : public CommandObjectMultiword
-{
+class CommandObjectMultiwordBugreport : public CommandObjectMultiword {
public:
- CommandObjectMultiwordBugreport(CommandInterpreter &interpreter);
+ CommandObjectMultiwordBugreport(CommandInterpreter &interpreter);
- ~CommandObjectMultiwordBugreport() override;
+ ~CommandObjectMultiwordBugreport() override;
};
} // namespace lldb_private
OpenPOWER on IntegriCloud