Mesa (master): pack: fix indentation (trivial)

Dave Airlie airlied at kemper.freedesktop.org
Sun Nov 27 17:37:34 UTC 2011


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Sun Nov 27 17:15:50 2011 +0000

pack: fix indentation (trivial)

just saw this while looking for other problems.

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 src/mesa/main/pack.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/pack.c b/src/mesa/main/pack.c
index 6f48a2e..bd85031 100644
--- a/src/mesa/main/pack.c
+++ b/src/mesa/main/pack.c
@@ -2245,7 +2245,7 @@ get_component_mapping(GLenum format,
       *gSrc = 0;
       *rSrc = *bSrc = *aSrc = -1;
       break;
-      case GL_BLUE:
+   case GL_BLUE:
    case GL_BLUE_INTEGER_EXT:
       *bSrc = 0;
       *rSrc = *gSrc = *aSrc = -1;




More information about the mesa-commit mailing list