Module: Mesa Branch: master Commit: 8488112d20d49d3dc7fefef19c6e550e4b71661c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8488112d20d49d3dc7fefef19c6e550e4b71661c
Author: Brian Paul <[email protected]> Date: Fri Aug 5 15:01:41 2011 -0600 mesa: whitespace changes --- src/mesa/program/prog_parameter.h | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/mesa/program/prog_parameter.h b/src/mesa/program/prog_parameter.h index f858cf0..1a5ed34 100644 --- a/src/mesa/program/prog_parameter.h +++ b/src/mesa/program/prog_parameter.h @@ -46,16 +46,19 @@ #define PROG_PARAM_BIT_CYL_WRAP 0x10 /**< XXX gallium debug */ /*@}*/ + /** * Actual data for constant values of parameters. */ -typedef union gl_constant_value { - GLfloat f; - GLboolean b; - GLint i; - GLuint u; +typedef union gl_constant_value +{ + GLfloat f; + GLboolean b; + GLint i; + GLuint u; } gl_constant_value; + /** * Program parameter. * Used by shaders/programs for uniforms, constants, varying vars, etc. _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
