[clang-tools-extra] r279051 - [clang-tidy docs] Minor fix

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


Author: alexfh
Date: Thu Aug 18 06:12:03 2016
New Revision: 279051

URL: http://llvm.org/viewvc/llvm-project?rev=279051&view=rev
Log:
[clang-tidy docs] Minor fix

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=279051&r1=279050&r2=279051&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:12:03 2016
@@ -10,7 +10,7 @@ datatypes and null pointer constants are
 
 Example:
 
-.. code:: c++
+.. code-block:: c++
 
   // In this case, the buffer type matches MPI datatype.
   char buf;




More information about the cfe-commits mailing list