mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 01:10:25 +01:00
remove some whitespace
This commit is contained in:
parent
b4f8d4455b
commit
3898e67f49
1 changed files with 0 additions and 5 deletions
|
|
@ -6596,9 +6596,6 @@ execute_list(GLcontext *ctx, GLuint list)
|
|||
CALL_EvalPoint2(ctx->Exec, (n[1].i, n[2].i));
|
||||
break;
|
||||
|
||||
|
||||
|
||||
|
||||
case OPCODE_CONTINUE:
|
||||
n = (Node *) n[1].next;
|
||||
break;
|
||||
|
|
@ -8407,8 +8404,6 @@ print_list(GLcontext *ctx, GLuint list)
|
|||
_mesa_printf("EVAL_P2 %d %d\n", n[1].i, n[2].i);
|
||||
break;
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* meta opcodes/commands
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue