st/mesa: fix comment indentation in st_flush_bitmap_cache()
authorBrian Paul <brianp@vmware.com>
Wed, 6 Jan 2016 00:38:00 +0000 (17:38 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 6 Jan 2016 22:53:46 +0000 (15:53 -0700)
src/mesa/state_tracker/st_cb_bitmap.c

index 14e8354..4d6b8d6 100644 (file)
@@ -501,8 +501,8 @@ st_flush_bitmap_cache(struct st_context *st)
 */
 
       /* The texture transfer has been mapped until now.
-          * So unmap and release the texture transfer before drawing.
-          */
+       * So unmap and release the texture transfer before drawing.
+       */
       if (cache->trans && cache->buffer) {
          if (0)
             print_cache(cache);