mesa: clean-up formatting
authorBrian Paul <brianp@vmware.com>
Mon, 2 Nov 2009 22:29:54 +0000 (15:29 -0700)
committerBrian Paul <brianp@vmware.com>
Tue, 3 Nov 2009 16:52:25 +0000 (09:52 -0700)
src/mesa/main/buffers.c

index 740ac3f4aef9052b7f790c4ddfc76e82bb50d0da..e76cf87cb02d55771772e06ce6a0f6e932922f8e 100644 (file)
@@ -338,7 +338,7 @@ _mesa_DrawBuffersARB(GLsizei n, const GLenum *buffers)
    if (ctx->Driver.DrawBuffers)
       ctx->Driver.DrawBuffers(ctx, n, buffers);
    else if (ctx->Driver.DrawBuffer)
-      ctx->Driver.DrawBuffer(ctx, n>0? buffers[0]:GL_NONE);
+      ctx->Driver.DrawBuffer(ctx, n > 0 ? buffers[0] : GL_NONE);
 }