summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_screen.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-05-11 10:22:54 -0600
committerBrian Paul <brianp@vmware.com>2010-05-11 11:52:06 -0600
commitf70d900b805b90f6f53da9698cf8025f88b7e1e0 (patch)
tree7be2a5b246ae20a6cdc558dd940f78b83dc34f30 /src/gallium/drivers/llvmpipe/lp_screen.h
parent30a44ee4c5b5cc92e3c16129f242f6215c3e9cd9 (diff)
llvmpipe: remove trailing whitespace, rewrap comment
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_screen.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_screen.h5
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 4f39432610..eb40f6823f 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;
};