From 642d9a1e48f3df6ab3140f367656142b76bf259e Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Fri, 9 Dec 2016 12:32:02 +0000 Subject: [PATCH] [NFC] Change whitespace to force docs rebuild llvm-svn: 289205 --- libcxx/docs/UsingLibcxx.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/libcxx/docs/UsingLibcxx.rst b/libcxx/docs/UsingLibcxx.rst index 1fd1d49..d6d1095 100644 --- a/libcxx/docs/UsingLibcxx.rst +++ b/libcxx/docs/UsingLibcxx.rst @@ -182,3 +182,4 @@ thread safety annotations. using Tup = std::tuple; return Tup{"hello world", 42}; // explicit constructor called. OK. } + -- 2.7.4