summaryrefslogtreecommitdiff
path: root/docs/CodingStandards.rst
diff options
context:
space:
mode:
authorMeador Inge <meadori@codesourcery.com>2012-06-20 23:57:00 +0000
committerMeador Inge <meadori@codesourcery.com>2012-06-20 23:57:00 +0000
commite3c9ccd3127565298bf0e5211bb2e4f95bd5b796 (patch)
treed7c058ee88be33aeab91e49a67d21574bf9e6b56 /docs/CodingStandards.rst
parent895fe245578830881744826b04da4788ff614853 (diff)
downloadllvm-e3c9ccd3127565298bf0e5211bb2e4f95bd5b796.tar.gz
llvm-e3c9ccd3127565298bf0e5211bb2e4f95bd5b796.tar.bz2
llvm-e3c9ccd3127565298bf0e5211bb2e4f95bd5b796.tar.xz
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/CodingStandards.rst')
-rw-r--r--docs/CodingStandards.rst2
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 {
...