mesa: tweak to formatting
authorAlan Hourihane <alanh@vmware.com>
Thu, 15 Jan 2009 14:02:09 +0000 (14:02 +0000)
committerAlan Hourihane <alanh@vmware.com>
Thu, 15 Jan 2009 14:02:09 +0000 (14:02 +0000)
src/mesa/state_tracker/st_cb_fbo.c

index 7fdc5d948d0b925c30311e99c7b968237bb1ba03..0c69e16623385bdd8fe61a0c2c2984747dcd1a8f 100644 (file)
@@ -359,8 +359,8 @@ st_render_texture(GLcontext *ctx,
    const struct gl_texture_image *texImage =
       att->Texture->Image[att->CubeMapFace][att->TextureLevel];
 
-
-   if (!pt) return;
+   if (!pt) 
+      return;
 
    assert(!att->Renderbuffer);