From: Brian Paul Date: Wed, 6 Jan 2016 00:38:00 +0000 (-0700) Subject: st/mesa: fix comment indentation in st_flush_bitmap_cache() X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=72d6bbca5b0f646b7278af1eaf32c4e5f24ccf8f;p=mesa.git st/mesa: fix comment indentation in st_flush_bitmap_cache() --- diff --git a/src/mesa/state_tracker/st_cb_bitmap.c b/src/mesa/state_tracker/st_cb_bitmap.c index 14e8354d480..4d6b8d6233c 100644 --- a/src/mesa/state_tracker/st_cb_bitmap.c +++ b/src/mesa/state_tracker/st_cb_bitmap.c @@ -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);