From: Brian Paul Date: Tue, 11 May 2010 16:22:54 +0000 (-0600) Subject: llvmpipe: remove trailing whitespace, rewrap comment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f70d900b805b90f6f53da9698cf8025f88b7e1e0;p=mesa.git llvmpipe: remove trailing whitespace, rewrap comment --- 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; };