[docs] Fix another bot warning by adding a blank line to separate the `option::` command from the text below.

llvm-svn: 363520
This commit is contained in:
Don Hinton 2019-06-16 18:41:31 +00:00
parent 2da0b89d92
commit 9d8c94dfd7
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ Options
be important to not initialize fixed-size array members. Default is `0`.
.. option:: UseAssignment
If set to non-zero, the check will provide fix-its with literal initializers
\( ``int i = 0;`` \) instead of curly braces \( ``int i{};`` \).