diff options
-rw-r--r-- | lldb/include/lldb/Interpreter/CommandInterpreter.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h b/lldb/include/lldb/Interpreter/CommandInterpreter.h index c1b3d65748a..6d8a4fc0546 100644 --- a/lldb/include/lldb/Interpreter/CommandInterpreter.h +++ b/lldb/include/lldb/Interpreter/CommandInterpreter.h @@ -287,10 +287,10 @@ public: // and have it printed in a reasonable way on screen. If so, use OutputFormattedHelpText void OutputHelpText (Stream &stream, - const char *command_word, - const char *separator, - const char *help_text, - uint32_t max_word_len); + const char *command_word, + const char *separator, + const char *help_text, + uint32_t max_word_len); Debugger & GetDebugger () |