diff options
author | Alan Hourihane <[email protected]> | 2009-01-15 14:02:09 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2009-01-15 14:02:09 +0000 |
commit | abd280ab0b72979bf709b2d029e11c8f4bc4d5f8 (patch) | |
tree | 11662fefc6991d3008215e0132a54404966b0a03 | |
parent | bfbb57790a06bb03e9bf3237b7f8756a67702192 (diff) |
mesa: tweak to formatting
-rw-r--r-- | src/mesa/state_tracker/st_cb_fbo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/state_tracker/st_cb_fbo.c b/src/mesa/state_tracker/st_cb_fbo.c index 7fdc5d948d0..0c69e166233 100644 --- a/src/mesa/state_tracker/st_cb_fbo.c +++ b/src/mesa/state_tracker/st_cb_fbo.c @@ -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); |