]> granicus.if.org Git - clang/commitdiff
Fix incorrect indent from r352221
authorErich Keane <erich.keane@intel.com>
Fri, 25 Jan 2019 17:39:57 +0000 (17:39 +0000)
committerErich Keane <erich.keane@intel.com>
Fri, 25 Jan 2019 17:39:57 +0000 (17:39 +0000)
Change-Id: I0a7b1443eb6912ef7bea1a4cf2f696fc01726557

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352222 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index 76dea7bdb9445948ad1b17789a960ea97ecbe43b..03b20c26c309fb56f4ca6649c81e18cc58186cb5 100644 (file)
@@ -516,8 +516,8 @@ arithmetic conversions is ``float``.
 
 A literal can be given ``_Float16`` type using the suffix ``f16``; for example:
 ```
-  3.14f16
-  ```
+3.14f16
+```
 
 Because default argument promotion only applies to the standard floating-point
 types, ``_Float16`` values are not promoted to ``double`` when passed as variadic