llvmpipe: fix-up comment
authorBrian Paul <brianp@vmware.com>
Tue, 19 Jan 2010 18:58:43 +0000 (11:58 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 19 Jan 2010 18:58:43 +0000 (11:58 -0700)
src/gallium/drivers/llvmpipe/lp_texture.c

index 14f636e4aeb3f8920125121815cc2e7552c18eaa..1c92d7f7225a540f1a3f40a42952f428484a20c1 100644 (file)
@@ -65,7 +65,8 @@ llvmpipe_texture_layout(struct llvmpipe_screen *screen,
       unsigned nblocksx, nblocksy;
 
       /* Allocate storage for whole quads. This is particularly important
-       * for depth surfaces, which are currently stored in a swizzled format. */
+       * for depth surfaces, which are currently stored in a swizzled format.
+       */
       nblocksx = util_format_get_nblocksx(pt->format, align(width, 2));
       nblocksy = util_format_get_nblocksy(pt->format, align(height, 2));