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 | 6a706af7080bacf09f63c9517901fbd26a787cb1 (patch) | |
| tree | 923d1d4413f58e1f9c60af96a2dff070d8bf52d9 /llvm/docs | |
| parent | 88ef957e741fa91e7688a7378c9ee1372a5d9f06 (diff) | |
| download | bcm5719-llvm-6a706af7080bacf09f63c9517901fbd26a787cb1.tar.gz bcm5719-llvm-6a706af7080bacf09f63c9517901fbd26a787cb1.zip | |
Put space after "code-block::".
llvm-svn: 158880
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/CodingStandards.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst index e7e5f23aef0..a416a1e856f 100644 --- a/llvm/docs/CodingStandards.rst +++ b/llvm/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 { ... |

