From: Brian Paul Date: Fri, 5 Aug 2011 21:01:41 +0000 (-0600) Subject: mesa: whitespace changes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8488112d20d49d3dc7fefef19c6e550e4b71661c;p=mesa.git mesa: whitespace changes --- diff --git a/src/mesa/program/prog_parameter.h b/src/mesa/program/prog_parameter.h index f858cf0fa0d..1a5ed343937 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.