summaryrefslogtreecommitdiff
path: root/src/mesa
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2016-01-05 17:38:00 -0700
committerBrian Paul <brianp@vmware.com>2016-01-06 15:53:46 -0700
commit72d6bbca5b0f646b7278af1eaf32c4e5f24ccf8f (patch)
tree125fe42ca12a820a15f450aaeec17e800845efe5 /src/mesa
parente58be8ac0e7ce53ed02721e1432a15f95b026b57 (diff)
st/mesa: fix comment indentation in st_flush_bitmap_cache()
Diffstat (limited to 'src/mesa')
-rw-r--r--src/mesa/state_tracker/st_cb_bitmap.c4
1 files changed, 2 insertions, 2 deletions
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);