[Lldb-commits] [lldb] r163011 - /lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h

Greg Clayton gclayton at apple.com
Fri Aug 31 11:11:06 PDT 2012


Author: gclayton
Date: Fri Aug 31 13:11:06 2012
New Revision: 163011

URL: http://llvm.org/viewvc/llvm-project?rev=163011&view=rev
Log:
Fix indentation.


Modified:
    lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h

Modified: lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h?rev=163011&r1=163010&r2=163011&view=diff
==============================================================================
--- lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h (original)
+++ lldb/trunk/include/lldb/Interpreter/CommandInterpreter.h Fri Aug 31 13:11:06 2012
@@ -287,10 +287,10 @@
     // 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 ()





More information about the lldb-commits mailing list