mesa: minor whitespace fixes in teximage.c
authorBrian Paul <brianp@vmware.com>
Mon, 8 Oct 2012 21:18:48 +0000 (15:18 -0600)
committerBrian Paul <brianp@vmware.com>
Mon, 8 Oct 2012 23:30:21 +0000 (17:30 -0600)
src/mesa/main/teximage.c

index b6dd3954dec2e7ed7f1212452879c7251fb4929d..d7156e6706ddaacb43584bd4e6b26180f7d37fc4 100644 (file)
@@ -3398,8 +3398,8 @@ compressed_subtexture_error_check(struct gl_context *ctx, GLint dims,
          break;
       default:
          targetOK = GL_FALSE;
-       }
-    }
+      }
+   }
    else {
       assert(dims == 1 || dims == 3);
       /* no 1D or 3D compressed textures at this time */