From: Nick Lewycky Date: Sat, 29 Jan 2011 01:09:53 +0000 (+0000) Subject: Most browsers eliminate whitespace between anchor tags. Force whitespace with X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=db9cd76635220ebc6451069667e9aaaacb4fc455;p=oota-llvm.git 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 --- diff --git a/docs/LangRef.html b/docs/LangRef.html index 5a53c9aed4e..da365ff808a 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*)*