aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Clayton <gclayton@apple.com>2012-08-31 18:11:06 +0000
committerGreg Clayton <gclayton@apple.com>2012-08-31 18:11:06 +0000
commitfacebca6ba52a8c186d39ed76f5acf00f0876573 (patch)
tree127b7bd565d3023586b35d64569ffb92a5933317
parentb3f3b17e161c57c5a43d9f4d9b64fd9239b7a9f8 (diff)
downloadllvm-facebca6ba52a8c186d39ed76f5acf00f0876573.zip
llvm-facebca6ba52a8c186d39ed76f5acf00f0876573.tar.gz
llvm-facebca6ba52a8c186d39ed76f5acf00f0876573.tar.bz2
Fix indentation.
llvm-svn: 163011
-rw-r--r--lldb/include/lldb/Interpreter/CommandInterpreter.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lldb/include/lldb/Interpreter/CommandInterpreter.h b/lldb/include/lldb/Interpreter/CommandInterpreter.h
index c1b3d65..6d8a4fc 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 ()