minor clean-up

This commit is contained in:
Brian Paul
2006-03-29 18:41:19 +00:00
parent c19de0b7f6
commit db79d2abac
3 changed files with 8 additions and 9 deletions

View File

@@ -675,8 +675,9 @@ _mesa_SampleCoverageARB(GLclampf value, GLboolean invert)
* change flushes the vertices and notifies the driver via
* the dd_function_table::Scissor callback.
*/
void _mesa_set_scissor( GLcontext *ctx,
GLint x, GLint y, GLsizei width, GLsizei height )
void
_mesa_set_scissor(GLcontext *ctx,
GLint x, GLint y, GLsizei width, GLsizei height)
{
if (x == ctx->Scissor.X &&
y == ctx->Scissor.Y &&