pack: fix indentation (trivial)
authorDave Airlie <airlied@redhat.com>
Sun, 27 Nov 2011 17:15:50 +0000 (17:15 +0000)
committerDave Airlie <airlied@redhat.com>
Sun, 27 Nov 2011 17:36:22 +0000 (17:36 +0000)
just saw this while looking for other problems.

Signed-off-by: Dave Airlie <airlied@redhat.com>
src/mesa/main/pack.c

index 6f48a2e7cf43388437be1d68efe84903e179a4c2..bd8503168fb316249aba51fa4b5e1126a43ccec7 100644 (file)
@@ -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;