1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

Put space after "code-block::".

llvm-svn: 158880
This commit is contained in:
Meador Inge 2012-06-20 23:57:00 +00:00
parent ee49ea0940
commit 73a66eeb7d

View File

@ -680,7 +680,7 @@ style of lower-case words separated by underscores (e.g. ``begin()``,
Here are some examples of good and bad names: Here are some examples of good and bad names:
.. code-block::c++ .. code-block:: c++
class VehicleMaker { class VehicleMaker {
... ...