llvmpipe: remove trailing whitespace, rewrap comment
authorBrian Paul <brianp@vmware.com>
Tue, 11 May 2010 16:22:54 +0000 (10:22 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 11 May 2010 17:52:06 +0000 (11:52 -0600)
src/gallium/drivers/llvmpipe/lp_screen.h

index 4f394326103f20ae788b53a64346fd18bf1e6cb4..eb40f6823f5f946be6fa686022f27a96abf7a304 100644 (file)
@@ -60,10 +60,9 @@ struct llvmpipe_screen
 
    unsigned num_threads;
 
-   /* Increments whenever textures are modified.  Contexts can track
-    * this.
+   /* Increments whenever textures are modified.  Contexts can track this.
     */
-   unsigned timestamp;          
+   unsigned timestamp;
 };