Mesa (master): i965/blorp: Fix incorrect indentation.

Paul Berry stereotype441 at kemper.freedesktop.org
Wed Sep 5 17:48:45 UTC 2012


Module: Mesa
Branch: master
Commit: e42f16c19222dfbc093972e79bd1f7d23778c77e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e42f16c19222dfbc093972e79bd1f7d23778c77e

Author: Paul Berry <stereotype441 at gmail.com>
Date:   Thu Aug 30 11:03:33 2012 -0700

i965/blorp: Fix incorrect indentation.

---

 src/mesa/drivers/dri/i965/brw_blorp.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mesa/drivers/dri/i965/brw_blorp.h b/src/mesa/drivers/dri/i965/brw_blorp.h
index 8d05543..dbbd508 100644
--- a/src/mesa/drivers/dri/i965/brw_blorp.h
+++ b/src/mesa/drivers/dri/i965/brw_blorp.h
@@ -81,8 +81,8 @@ class brw_blorp_surface_info : public brw_blorp_mip_info
 public:
    brw_blorp_surface_info();
 
-void set(struct brw_context *brw,
-         struct intel_mipmap_tree *mt,
+   void set(struct brw_context *brw,
+            struct intel_mipmap_tree *mt,
             unsigned int level, unsigned int layer);
 
    /* Setting this flag indicates that the buffer's contents are W-tiled




More information about the mesa-commit mailing list