diff options
| -rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst b/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst index 249340d5403..10752ef3b1c 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/mpi-type-mismatch.rst @@ -10,7 +10,7 @@ datatypes and null pointer constants are skipped, in the course of verification. Example: -.. code:: c++ +.. code-block:: c++ // In this case, the buffer type matches MPI datatype. char buf; |

