[clang-tools-extra] r279050 - [clang-tidy docs] Fix formatting.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 18 04:10:53 PDT 2016


Author: alexfh
Date: Thu Aug 18 06:10:52 2016
New Revision: 279050

URL: http://llvm.org/viewvc/llvm-project?rev=279050&view=rev
Log:
[clang-tidy docs] Fix formatting.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/mpi-type-mismatch.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/mpi-type-mismatch.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/mpi-type-mismatch.rst?rev=279050&r1=279049&r2=279050&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/mpi-type-mismatch.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/mpi-type-mismatch.rst Thu Aug 18 06:10:52 2016
@@ -9,6 +9,7 @@ standard (3.1) are verified by this chec
 datatypes and null pointer constants are skipped, in the course of verification.
 
 Example:
+
 .. code:: c++
 
   // In this case, the buffer type matches MPI datatype.




More information about the cfe-commits mailing list