From: Brian Paul Date: Wed, 19 Jan 2005 14:44:41 +0000 (+0000) Subject: minor formatting fix X-Git-Tag: 062012170305~23289 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ef0e046ec66d1f54e24d32c7c1a857ba14bdaf7;p=profile%2Fivi%2Fmesa.git minor formatting fix --- diff --git a/src/mesa/shader/arbvertparse.c b/src/mesa/shader/arbvertparse.c index 33086c2..fd0666b 100644 --- a/src/mesa/shader/arbvertparse.c +++ b/src/mesa/shader/arbvertparse.c @@ -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; }