diff options
author | Brian Paul <[email protected]> | 2010-05-11 10:22:54 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-05-11 11:52:06 -0600 |
commit | f70d900b805b90f6f53da9698cf8025f88b7e1e0 (patch) | |
tree | 7be2a5b246ae20a6cdc558dd940f78b83dc34f30 /src | |
parent | 30a44ee4c5b5cc92e3c16129f242f6215c3e9cd9 (diff) |
llvmpipe: remove trailing whitespace, rewrap comment
Diffstat (limited to 'src')
-rw-r--r-- | 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 4f394326103..eb40f6823f5 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; }; |