[clang-tidy docs] Fix formatting.
authorAlexander Kornienko <alexfh@google.com>
Thu, 18 Aug 2016 11:10:52 +0000 (11:10 +0000)
committerAlexander Kornienko <alexfh@google.com>
Thu, 18 Aug 2016 11:10:52 +0000 (11:10 +0000)
llvm-svn: 279050

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

index 83ed981..249340d 100644 (file)
@@ -9,6 +9,7 @@ standard (3.1) are verified by this check. User defined typedefs, custom MPI
 datatypes and null pointer constants are skipped, in the course of verification.
 
 Example:
+
 .. code:: c++
 
   // In this case, the buffer type matches MPI datatype.