diff options
author | Eric Fiselier <eric@efcs.ca> | 2016-12-09 12:32:02 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2016-12-09 12:32:02 +0000 |
commit | 642d9a1e48f3df6ab3140f367656142b76bf259e (patch) | |
tree | 8b02009d2f4ac652e79ed53a82230d8b1b7dd123 /libcxx/docs/UsingLibcxx.rst | |
parent | 41b4d6c8ffedfe3a31749d29c40298ca340f1ba9 (diff) | |
download | bcm5719-llvm-642d9a1e48f3df6ab3140f367656142b76bf259e.tar.gz bcm5719-llvm-642d9a1e48f3df6ab3140f367656142b76bf259e.zip |
[NFC] Change whitespace to force docs rebuild
llvm-svn: 289205
Diffstat (limited to 'libcxx/docs/UsingLibcxx.rst')
-rw-r--r-- | libcxx/docs/UsingLibcxx.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst index 1fd1d49d62f..d6d1095b83c 100644 --- a/libcxx/docs/UsingLibcxx.rst +++ b/libcxx/docs/UsingLibcxx.rst @@ -182,3 +182,4 @@ thread safety annotations. using Tup = std::tuple<std::string, int, std::error_code>; return Tup{"hello world", 42}; // explicit constructor called. OK. } + |