From db9cd76635220ebc6451069667e9aaaacb4fc455 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Sat, 29 Jan 2011 01:09:53 +0000 Subject: Most browsers eliminate whitespace between anchor tags. Force whitespace with   so that the code reads properly. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124514 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/LangRef.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 @@
 ; Declare the string constant as a global constant. 
-@.LC0 = internal constant [13 x i8] c"hello world\0A\00"      ; [13 x i8]* 
+@.LC0 = internal constant [13 x i8] c"hello world\0A\00"      ; [13 x i8]* 
 
 ; External declaration of the puts function 
 declare i32 @puts(i8*)                                      ; i32 (i8*)*  
-- 
cgit v1.2.3