[Mesa-dev] [PATCH 01/12] intel: Fix an instance of mixed tabs and spaces
Chad Versace
chad.versace at linux.intel.com
Thu Feb 28 15:45:05 PST 2013
Fix a line to use only spaces. All adjacent lines were using spaces. This
fixes weird indentation.
Signed-off-by: Chad Versace <chad.versace at linux.intel.com>
---
src/mesa/drivers/dri/intel/intel_mipmap_tree.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/mesa/drivers/dri/intel/intel_mipmap_tree.c b/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
index e150501..2b66240 100644
--- a/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
+++ b/src/mesa/drivers/dri/intel/intel_mipmap_tree.c
@@ -496,7 +496,7 @@ intel_miptree_create_for_renderbuffer(struct intel_context *intel,
bool ok;
mt = intel_miptree_create(intel, GL_TEXTURE_2D, format, 0, 0,
- width, height, depth, true, num_samples,
+ width, height, depth, true, num_samples,
false /* force_y_tiling */);
if (!mt)
goto fail;
@@ -864,7 +864,7 @@ intel_miptree_alloc_mcs(struct intel_context *intel,
bool
intel_miptree_alloc_hiz(struct intel_context *intel,
- struct intel_mipmap_tree *mt,
+ struct intel_mipmap_tree *mt,
GLuint num_samples)
{
assert(mt->hiz_mt == NULL);
--
1.8.1.2
More information about the mesa-dev
mailing list