diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:26:05 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 19:26:05 +0000 |
commit | 14f1b3e8826ce43b978db93a62d1166055db5394 (patch) | |
tree | 0a00ad8d3498783fe0193f3b656bca17c4c8697d /source/Interpreter/CommandObjectScript.h | |
parent | 4ee8c119c71a06dcad1e0fecc8c675e480e59337 (diff) |
Notes
Diffstat (limited to 'source/Interpreter/CommandObjectScript.h')
-rw-r--r-- | source/Interpreter/CommandObjectScript.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/source/Interpreter/CommandObjectScript.h b/source/Interpreter/CommandObjectScript.h index 5365aaac4cbe5..2c05ca9468d8f 100644 --- a/source/Interpreter/CommandObjectScript.h +++ b/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 |