summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h')
-rw-r--r--contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h
index 3adde51..281ea2d 100644
--- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectBugreport.h
+++ b/contrib/llvm/tools/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