From: Erich Keane Date: Fri, 25 Jan 2019 17:39:57 +0000 (+0000) Subject: Fix incorrect indent from r352221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d6f1ec8f2f7a6cc4d8fec2096024d4696437279;p=clang Fix incorrect indent from r352221 Change-Id: I0a7b1443eb6912ef7bea1a4cf2f696fc01726557 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@352222 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/LanguageExtensions.rst b/docs/LanguageExtensions.rst index 76dea7bdb9..03b20c26c3 100644 --- a/docs/LanguageExtensions.rst +++ b/docs/LanguageExtensions.rst @@ -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