Add more whitespace to fix more bullets.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Feb 2014 21:14:25 +0000 (21:14 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 28 Feb 2014 21:14:25 +0000 (21:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202538 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodingStandards.rst

index 0696147ccd7514ac54f27304cabd9480cffbccec..70b93a1388c4a91302fe7e7772aa007e11e1fb7c 100644 (file)
@@ -106,7 +106,9 @@ of the features that are expected to work. Features not on this list are
 unlikely to be supported by our host compilers.
 
 * Rvalue references: N2118_
+
   * But *not* Rvalue references for ``*this`` or member qualifiers (N2439_)
+
 * Static assert: N1720_
 * ``auto`` type deduction: N1984_, N1737_
 * Trailing return types: N2541_