diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h b/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h index 5365aaa..2c05ca9 100644 --- a/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h +++ b/contrib/llvm/tools/lldb/source/Interpreter/CommandObjectScript.h @@ -22,17 +22,15 @@ namespace lldb_private { // CommandObjectScript //------------------------------------------------------------------------- -class CommandObjectScript : public CommandObjectRaw -{ +class CommandObjectScript : public CommandObjectRaw { public: - CommandObjectScript(CommandInterpreter &interpreter, - lldb::ScriptLanguage script_lang); + CommandObjectScript(CommandInterpreter &interpreter, + lldb::ScriptLanguage script_lang); - ~CommandObjectScript() override; + ~CommandObjectScript() override; protected: - bool - DoExecute(const char *command, CommandReturnObject &result) override; + bool DoExecute(const char *command, CommandReturnObject &result) override; }; } // namespace lldb_private |