Mesa (master): mesa: fix indentation in mipmap.c (3 spaces)

Brian Paul brianp at kemper.freedesktop.org
Tue Sep 27 02:44:27 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Sep 26 20:44:09 2011 -0600

mesa: fix indentation in mipmap.c (3 spaces)

---

 src/mesa/main/mipmap.c |    4 ++--
 1 files 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;
 }
 
 




More information about the mesa-commit mailing list