mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
Fix a mistake in the clang format documentation (BreakBeforeTernaryOperators)
Patch sent through github by Jason Hsu llvm-svn: 304776
This commit is contained in:
parent
aa9a24bd8b
commit
121224d4a4
@ -894,7 +894,7 @@ the configuration (without a prefix: ``Auto``).
|
||||
? firstValue
|
||||
: SecondValueVeryVeryVeryVeryLong;
|
||||
|
||||
true:
|
||||
false:
|
||||
veryVeryVeryVeryVeryVeryVeryVeryVeryVeryVeryLongDescription ?
|
||||
firstValue :
|
||||
SecondValueVeryVeryVeryVeryLong;
|
||||
|
Loading…
Reference in New Issue
Block a user