diff options
author | Erich Keane <erich.keane@intel.com> | 2019-01-25 17:39:57 +0000 |
---|---|---|
committer | Erich Keane <erich.keane@intel.com> | 2019-01-25 17:39:57 +0000 |
commit | 599c0bc93b14db810c91c2edcc467603fc627581 (patch) | |
tree | 3c18dce7e75121e4b93653371fc730373f706278 /clang/docs/LanguageExtensions.rst | |
parent | 1d1d438e8e721d8cef58b638fc304c2ff87094f0 (diff) | |
download | bcm5719-llvm-599c0bc93b14db810c91c2edcc467603fc627581.tar.gz bcm5719-llvm-599c0bc93b14db810c91c2edcc467603fc627581.zip |
Fix incorrect indent from r352221
Change-Id: I0a7b1443eb6912ef7bea1a4cf2f696fc01726557
llvm-svn: 352222
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
-rw-r--r-- | clang/docs/LanguageExtensions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 76dea7bdb94..03b20c26c30 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/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 |