Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)

Patch sent through github by Jason Hsu

llvm-svn: 304776
This commit is contained in:
Sylvestre Ledru 2017-06-06 07:26:19 +00:00
parent aa9a24bd8b
commit 121224d4a4

View File

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