commit | e3c9ccd3127565298bf0e5211bb2e4f95bd5b796 | [log] [tgz] |
---|---|---|
author | Meador Inge <meadori@codesourcery.com> | Wed Jun 20 23:57:00 2012 +0000 |
committer | Meador Inge <meadori@codesourcery.com> | Wed Jun 20 23:57:00 2012 +0000 |
tree | d7c058ee88be33aeab91e49a67d21574bf9e6b56 | |
parent | 895fe245578830881744826b04da4788ff614853 [diff] [blame] |
Put space after "code-block::". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158880 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index e7e5f23..a416a1e 100644 --- a/docs/CodingStandards.rst +++ b/docs/CodingStandards.rst
@@ -680,7 +680,7 @@ Here are some examples of good and bad names: -.. code-block::c++ +.. code-block:: c++ class VehicleMaker { ...