projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
895fe24
)
Put space after "code-block::".
author
Meador Inge
<meadori@codesourcery.com>
Wed, 20 Jun 2012 23:57:00 +0000
(23:57 +0000)
committer
Meador Inge
<meadori@codesourcery.com>
Wed, 20 Jun 2012 23:57:00 +0000
(23:57 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158880
91177308
-0d34-0410-b5e6-
96231b3b80d8
docs/CodingStandards.rst
patch
|
blob
|
history
diff --git
a/docs/CodingStandards.rst
b/docs/CodingStandards.rst
index e7e5f23aef097f4231d53067e8540f74ae1641c5..a416a1e856fab89a891fceb701a7c40da62337bb 100644
(file)
--- 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 {
...