]> granicus.if.org Git - clang/commitdiff
Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)
authorSylvestre Ledru <sylvestre@debian.org>
Tue, 6 Jun 2017 07:26:19 +0000 (07:26 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Tue, 6 Jun 2017 07:26:19 +0000 (07:26 +0000)
Patch sent through github by Jason Hsu

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304776 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index f54acd9b81dd53c8d06b64f6ddde019b14e8e7af..9e0bacaf7c14aedea25aa19281ee4d6b756bd2a2 100644 (file)
@@ -894,7 +894,7 @@ the configuration (without a prefix: ``Auto``).
          ? firstValue
          : SecondValueVeryVeryVeryVeryLong;
 
-     true:
+     false:
      veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongDescription ?
          firstValue :
          SecondValueVeryVeryVeryVeryLong;