summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2011-01-29 01:09:53 +0000
committerNick Lewycky <nicholas@mxc.ca>2011-01-29 01:09:53 +0000
commitdb9cd76635220ebc6451069667e9aaaacb4fc455 (patch)
tree7cb6e2d0d214e404ee73f9fbbd7827caba46800f /docs
parentcb727801760a26441d08b593f3a5dc2b5dbdf16d (diff)
downloadllvm-db9cd76635220ebc6451069667e9aaaacb4fc455.tar.gz
llvm-db9cd76635220ebc6451069667e9aaaacb4fc455.tar.bz2
llvm-db9cd76635220ebc6451069667e9aaaacb4fc455.tar.xz
Most browsers eliminate whitespace between anchor tags. Force whitespace with
&nbsp; so that the code reads properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 5a53c9aed4..da365ff808 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -493,7 +493,7 @@
<pre class="doc_code">
<i>; Declare the string constant as a global constant.</i>&nbsp;
-<a href="#identifiers">@.LC0</a> = <a href="#linkage_internal">internal</a> <a href="#globalvars">constant</a> <a href="#t_array">[13 x i8]</a> c"hello world\0A\00" <i>; [13 x i8]*</i>&nbsp;
+<a href="#identifiers">@.LC0</a> = <a href="#linkage_internal">internal</a>&nbsp;<a href="#globalvars">constant</a>&nbsp;<a href="#t_array">[13 x i8]</a> c"hello world\0A\00" <i>; [13 x i8]*</i>&nbsp;
<i>; External declaration of the puts function</i>&nbsp;
<a href="#functionstructure">declare</a> i32 @puts(i8*) <i>; i32 (i8*)* </i>&nbsp;