mesa: minor comment, whitespace fixes in teximage.c
authorBrian Paul <brianp@vmware.com>
Tue, 28 Feb 2012 14:51:01 +0000 (07:51 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 28 Feb 2012 14:55:10 +0000 (07:55 -0700)
src/mesa/main/teximage.c

index 9b6c6c89640f9a3919dd336250a8d85260eebf6b..5328ae29683a332ef54dccc7a23b3982858b73fe 100644 (file)
@@ -69,8 +69,6 @@
  *
  * This is the format which is used during texture application (i.e. the
  * texture format and env mode determine the arithmetic used.
- *
- * XXX this could be static
  */
 GLint
 _mesa_base_tex_format( struct gl_context *ctx, GLint internalFormat )
@@ -830,7 +828,7 @@ _mesa_get_proxy_tex_image(struct gl_context *ctx, GLenum target, GLint level)
    struct gl_texture_image *texImage;
    GLuint texIndex;
 
-   if (level < 0 )
+   if (level < 0)
       return NULL;
 
    switch (target) {