From 4c84fbea9d496567d706468113d63cd8f0faeb7f Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 26 Sep 2011 20:44:09 -0600 Subject: [PATCH] mesa: fix indentation in mipmap.c (3 spaces) --- src/mesa/main/mipmap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mesa/main/mipmap.c b/src/mesa/main/mipmap.c index 1ead5ee..e0cc6a2 100644 --- a/src/mesa/main/mipmap.c +++ b/src/mesa/main/mipmap.c @@ -47,9 +47,9 @@ bytes_per_pixel(GLenum datatype, GLuint comps) assert(b >= 0); if (_mesa_type_is_packed(datatype)) - return b; + return b; else - return b * comps; + return b * comps; } -- 2.7.4