aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/LangRef.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index ad74b1c5e7..395c9bbabf 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -3010,7 +3010,8 @@ should not be exposed to source languages.</p>
<h5>Syntax:</h5>
<pre>
- br i1 &lt;cond&gt;, label &lt;iftrue&gt;, label &lt;iffalse&gt;<br> br label &lt;dest&gt; <i>; Unconditional branch</i>
+ br i1 &lt;cond&gt;, label &lt;iftrue&gt;, label &lt;iffalse&gt;
+ br label &lt;dest&gt; <i>; Unconditional branch</i>
</pre>
<h5>Overview:</h5>