Mesa (master): llvmpipe: remove trailing whitespace, rewrap comment

Brian Paul brianp at kemper.freedesktop.org
Tue May 11 17:53:10 UTC 2010


Module: Mesa
Branch: master
Commit: f70d900b805b90f6f53da9698cf8025f88b7e1e0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f70d900b805b90f6f53da9698cf8025f88b7e1e0

Author: Brian Paul <brianp at vmware.com>
Date:   Tue May 11 10:22:54 2010 -0600

llvmpipe: remove trailing whitespace, rewrap comment

---

 src/gallium/drivers/llvmpipe/lp_screen.h |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/lp_screen.h b/src/gallium/drivers/llvmpipe/lp_screen.h
index 4f39432..eb40f68 100644
--- a/src/gallium/drivers/llvmpipe/lp_screen.h
+++ b/src/gallium/drivers/llvmpipe/lp_screen.h
@@ -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;
 };
 
 




More information about the mesa-commit mailing list