minor formatting fix
authorBrian Paul <brian.paul@tungstengraphics.com>
Wed, 19 Jan 2005 14:44:41 +0000 (14:44 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Wed, 19 Jan 2005 14:44:41 +0000 (14:44 +0000)
src/mesa/shader/arbvertparse.c

index 33086c2..fd0666b 100644 (file)
@@ -192,8 +192,8 @@ _mesa_parse_arb_vertex_program(GLcontext * ctx, GLenum target,
    /*  Parse error. Allocate a dummy program and return */     
    if (retval)
    {
-      program->Instructions = (struct vp_instruction *) _mesa_malloc (
-                                     sizeof(struct vp_instruction) );                    
+      program->Instructions = (struct vp_instruction *)
+         _mesa_malloc ( sizeof(struct vp_instruction) );
       program->Instructions[0].Opcode = VP_OPCODE_END;
       return;
    }