docs: whitespaces cleanup

Signed-off-by: Brian Paul <brianp@vmware.com>
diff --git a/docs/llvmpipe.html b/docs/llvmpipe.html
index 9fc9674..cf4512f 100644
--- a/docs/llvmpipe.html
+++ b/docs/llvmpipe.html
@@ -25,11 +25,11 @@
 
 <ul>
 <li>
-	 <p>An x86 or amd64 processor; 64-bit mode recommended.</p
+   <p>An x86 or amd64 processor; 64-bit mode recommended.</p>
    <p>
    Support for SSE2 is strongly encouraged.  Support for SSSE3 and SSE4.1 will
    yield the most efficient code.  The fewer features the CPU has the more
-   likely is that you run into underperforming, buggy, or incomplete code.  
+   likely is that you run into underperforming, buggy, or incomplete code.
    </p>
    <p>
    See /proc/cpuinfo to know what your CPU supports.
@@ -75,8 +75,6 @@
 </ul>
 
 
-
-
 <h1>Building</h1>
 
 To build everything on Linux invoke scons as:
@@ -187,7 +185,7 @@
 <li>
   When looking to this code by the first time start in lp_state_fs.c, and 
   then skim through the lp_bld_* functions called in there, and the comments
-  at the top of the lp_bld_*.c functions.  
+  at the top of the lp_bld_*.c functions.
 </li>
 <li>
   The driver-independent parts of the LLVM / Gallium code are found in