diff options
author | Meador Inge <meadori@codesourcery.com> | 2012-06-20 23:57:00 +0000 |
---|---|---|
committer | Meador Inge <meadori@codesourcery.com> | 2012-06-20 23:57:00 +0000 |
commit | e3c9ccd3127565298bf0e5211bb2e4f95bd5b796 (patch) | |
tree | d7c058ee88be33aeab91e49a67d21574bf9e6b56 /docs | |
parent | 895fe245578830881744826b04da4788ff614853 (diff) |
Put space after "code-block::".
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158880 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodingStandards.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index e7e5f23aef..a416a1e856 100644 --- a/docs/CodingStandards.rst +++ b/docs/CodingStandards.rst @@ -680,7 +680,7 @@ style of lower-case words separated by underscores (e.g. ``begin()``, Here are some examples of good and bad names: -.. code-block::c++ +.. code-block:: c++ class VehicleMaker { ... |