diff options
author | Dave Airlie <[email protected]> | 2011-11-27 17:15:50 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-11-27 17:36:22 +0000 |
commit | b50e017ae1941c91cd73099b5c76e292080312e4 (patch) | |
tree | 1b465394277b2ffcf725c190210c49aa98c796ca /src/mesa/main/pack.c | |
parent | 8c1037042fa6af4749be1eb990d83f7e7240684e (diff) |
pack: fix indentation (trivial)
just saw this while looking for other problems.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mesa/main/pack.c')
-rw-r--r-- | 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 6f48a2e7cf4..bd8503168fb 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; |