summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-12-09 12:32:02 +0000
committerEric Fiselier <eric@efcs.ca>2016-12-09 12:32:02 +0000
commit8cdac0b88534f785fe9722ef74e7bf7cdc625b10 (patch)
tree24effe6fc13e039108415b6bc76a3dfea3f9ff3f /docs
parentbf3b8e226ed91b8004213df7d50b1ea5ee774df9 (diff)
downloadexternal_libcxx-8cdac0b88534f785fe9722ef74e7bf7cdc625b10.tar.gz
external_libcxx-8cdac0b88534f785fe9722ef74e7bf7cdc625b10.tar.bz2
external_libcxx-8cdac0b88534f785fe9722ef74e7bf7cdc625b10.zip
[NFC] Change whitespace to force docs rebuild
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@289205 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/UsingLibcxx.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/UsingLibcxx.rst b/docs/UsingLibcxx.rst
index 1fd1d49d6..d6d1095b8 100644
--- a/docs/UsingLibcxx.rst
+++ b/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.
}
+