Delete all Trailing spaces in code.
[reactos.git] / reactos / dll / 3rdparty / mesa32 / src / tnl / t_vb_arbprogram.h
index 02cd432..4085584 100644 (file)
@@ -176,7 +176,7 @@ struct arb_vp_machine {
 struct tnl_compiled_program {
    union instruction instructions[1024];
    GLint nr_instructions;
-   void (*compiled_func)( struct arb_vp_machine * ); /**< codegen'd program */   
+   void (*compiled_func)( struct arb_vp_machine * ); /**< codegen'd program */
 };
 
 void _tnl_program_string_change( struct vertex_program * );