diff options
author | Eric Anholt <eric@anholt.net> | 2013-12-27 11:46:30 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2014-01-27 09:30:47 -0800 |
commit | 7f6e865359c2d055db4eb7d82b4779b3d7c5d264 (patch) | |
tree | 1f021011a80e1022681ce71aa4fac485e6793b86 /glamor/glamor_gradient.c | |
parent | 5f57d436c391c51f3f90958b033f6ee3eb7a1136 (diff) |
glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'glamor/glamor_gradient.c')
-rw-r--r-- | glamor/glamor_gradient.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/glamor/glamor_gradient.c b/glamor/glamor_gradient.c index e7c872d4d..df2ccb8a0 100644 --- a/glamor/glamor_gradient.c +++ b/glamor/glamor_gradient.c @@ -765,7 +765,7 @@ glamor_fini_gradient_shader(ScreenPtr screen) } static void -_glamor_gradient_convert_trans_matrix(PictTransform * from, float to[3][3], +_glamor_gradient_convert_trans_matrix(PictTransform *from, float to[3][3], int width, int height, int normalize) { /* @@ -825,9 +825,9 @@ _glamor_gradient_convert_trans_matrix(PictTransform * from, float to[3][3], static int _glamor_gradient_set_pixmap_destination(ScreenPtr screen, - glamor_screen_private * glamor_priv, + glamor_screen_private *glamor_priv, PicturePtr dst_picture, - GLfloat * xscale, GLfloat * yscale, + GLfloat *xscale, GLfloat *yscale, int x_source, int y_source, float vertices[8], float tex_vertices[8], @@ -909,8 +909,8 @@ _glamor_gradient_set_pixmap_destination(ScreenPtr screen, } static int -_glamor_gradient_set_stops(PicturePtr src_picture, PictGradient * pgradient, - GLfloat * stop_colors, GLfloat * n_stops) +_glamor_gradient_set_stops(PicturePtr src_picture, PictGradient *pgradient, + GLfloat *stop_colors, GLfloat *n_stops) { int i; int count = 1; |