From: Sylvestre Ledru Date: Tue, 6 Jun 2017 07:26:19 +0000 (+0000) Subject: Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5df31ab20e56149bd4eca175e53ff2c380cd4ac;p=clang Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators) Patch sent through github by Jason Hsu git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304776 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index f54acd9b81..9e0bacaf7c 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -894,7 +894,7 @@ the configuration (without a prefix: ``Auto``). ? firstValue : SecondValueVeryVeryVeryVeryLong; - true: + false: veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongDescription ? firstValue : SecondValueVeryVeryVeryVeryLong;