Add whitespace before a parenthesis.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57430 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Mikhail Glushenkov 2008-10-13 02:46:01 +00:00
parent ea65d7d2a2
commit 49feb455ab

View File

@ -360,7 +360,7 @@ faster:</p>
</p>
<ul>
<li><tt>llvmc2</tt>(the generic compiler driver) gained plugin
<li><tt>llvmc2</tt> (the generic compiler driver) gained plugin
support. It is now easier to experiment with <tt>llvmc2</tt> and
build your own tools based on it. </li>
<li>raw_ostream + formatting</li>