summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/pack.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2011-11-27 17:15:50 +0000
committerDave Airlie <airlied@redhat.com>2011-11-27 17:36:22 +0000
commitb50e017ae1941c91cd73099b5c76e292080312e4 (patch)
tree1b465394277b2ffcf725c190210c49aa98c796ca /src/mesa/main/pack.c
parent8c1037042fa6af4749be1eb990d83f7e7240684e (diff)
downloadexternal_mesa3d-b50e017ae1941c91cd73099b5c76e292080312e4.zip
external_mesa3d-b50e017ae1941c91cd73099b5c76e292080312e4.tar.gz
external_mesa3d-b50e017ae1941c91cd73099b5c76e292080312e4.tar.bz2
pack: fix indentation (trivial)
just saw this while looking for other problems. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'src/mesa/main/pack.c')
-rw-r--r--src/mesa/main/pack.c2
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;