r304776 - Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)

Sylvestre Ledru via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 6 00:26:19 PDT 2017


Author: sylvestre
Date: Tue Jun  6 02:26:19 2017
New Revision: 304776

URL: http://llvm.org/viewvc/llvm-project?rev=304776&view=rev
Log:
Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)
Patch sent through github by Jason Hsu


Modified:
    cfe/trunk/docs/ClangFormatStyleOptions.rst

Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=304776&r1=304775&r2=304776&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Tue Jun  6 02:26:19 2017
@@ -894,7 +894,7 @@ the configuration (without a prefix: ``A
          ? firstValue
          : SecondValueVeryVeryVeryVeryLong;
 
-     true:
+     false:
      veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongDescription ?
          firstValue :
          SecondValueVeryVeryVeryVeryLong;




More information about the cfe-commits mailing list