I didn't look very closely at the line break logic in OutputFormattedHelpText 
but everything else looks good to me.


================
Comment at: source/Interpreter/CommandInterpreter.cpp:1175
@@ +1174,3 @@
+    if (help_prologue != NULL) {
+        OutputFormattedHelpText(result.GetOutputStream(), NULL, help_prologue);
+    }
----------------
open curly brace for this block should be on a line by itself.

http://reviews.llvm.org/D6959

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
lldb-commits mailing list
lldb-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits

Reply via email to