]> granicus.if.org Git - clang/commitdiff
Correcting a documentation formatting bug; NFC.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 10 Nov 2016 19:45:49 +0000 (19:45 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 10 Nov 2016 19:45:49 +0000 (19:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@286494 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index b451d8617df719365dfe657711cbdfb2b8826ae1..5502af2a5853cd483c92ecbe095e63929d4e1da5 100644 (file)
@@ -2697,11 +2697,11 @@ functions that have an argument with a transparent union type. The compiler
 behaviour is changed in the following manner:
 
 - A value whose type is any member of the transparent union can be passed as an
-argument without the need to cast that value.
+  argument without the need to cast that value.
 
 - The argument is passed to the function using the calling convention of the
-first member of the transparent union. Consequently, all the members of the
-transparent union should have the same calling convention as its first member.
+  first member of the transparent union. Consequently, all the members of the
+  transparent union should have the same calling convention as its first member.
 
 Transparent unions are not supported in C++.
   }];