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