Fix whitespace in doc

llvm-svn: 250238
This commit is contained in:
Eric Fiselier 2015-10-13 22:22:42 +00:00
parent 4f770dee54
commit b34aa900fc
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ header. The rule first generates a dummy "__config_site" header containing the r
#defines. The contents of the dummy header are then prependend to the installed
__config header. By manually prepending the files we avoid the cost of an
extra #include and we allow the __config header to be ignorant of the extra
configuration all together. An example "__config" header generated when
configuration all together. An example "__config" header generated when
-DLIBCXX_ENABLE_THREADS=OFF is given to CMake would look something like:
.. code-block:: cpp