whitespace/formatting

This commit is contained in:
Brian Paul 2008-05-14 19:14:10 -06:00
parent 1af2b14514
commit 6de6999edc

View file

@ -1522,9 +1522,7 @@ _mesa_execute_program(GLcontext * ctx,
default:
_mesa_problem(ctx, "Bad opcode %d in _mesa_execute_program",
inst->Opcode);
assert(0);
return GL_TRUE; /* return value doesn't matter */
}
numExec++;