Author: ericwf Date: Tue Oct 13 17:22:42 2015 New Revision: 250238 URL: http://llvm.org/viewvc/llvm-project?rev=250238&view=rev Log: Fix whitespace in doc
Modified: libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst Modified: libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst?rev=250238&r1=250237&r2=250238&view=diff ============================================================================== --- libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst (original) +++ libcxx/trunk/docs/DesignDocs/CapturingConfigInfo.rst Tue Oct 13 17:22:42 2015 @@ -49,7 +49,7 @@ header. The rule first generates a dummy #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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits