From e3c9ccd3127565298bf0e5211bb2e4f95bd5b796 Mon Sep 17 00:00:00 2001 From: Meador Inge Date: Wed, 20 Jun 2012 23:57:00 +0000 Subject: [PATCH] Put space after "code-block::". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158880 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodingStandards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst index e7e5f23aef0..a416a1e856f 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 { ...