summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h')
-rw-r--r--contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h12
1 files changed, 4 insertions, 8 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h
index 30ba9d1..5f661cc 100644
--- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h
+++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectVersion.h
@@ -22,18 +22,14 @@ namespace lldb_private {
// CommandObjectVersion
//-------------------------------------------------------------------------
-class CommandObjectVersion : public CommandObjectParsed
-{
+class CommandObjectVersion : public CommandObjectParsed {
public:
+ CommandObjectVersion(CommandInterpreter &interpreter);
- CommandObjectVersion (CommandInterpreter &interpreter);
-
- ~CommandObjectVersion() override;
+ ~CommandObjectVersion() override;
protected:
- bool
- DoExecute(Args& args,
- CommandReturnObject &result) override;
+ bool DoExecute(Args &args, CommandReturnObject &result) override;
};
} // namespace lldb_private
OpenPOWER on IntegriCloud