Fixed indentation issue in release notes

llvm-svn: 295205
This commit is contained in:
Jonas Devlieghere 2017-02-15 17:19:44 +00:00
parent c28c584604
commit 0a6913bc2f
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Improvements to clang-tidy
Finds uses of inline assembler.
- New `modernize-return-braced-init-list
<http://clang.llvm.org/extra/clang-tidy/checks/modernize-return-braced-init-list.html>`_ check
<http://clang.llvm.org/extra/clang-tidy/checks/modernize-return-braced-init-list.html>`_ check
Finds and replaces explicit calls to the constructor in a return statement by
a braced initializer list so that the return type is not needlessly repeated.