From 7f6e865359c2d055db4eb7d82b4779b3d7c5d264 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 27 Dec 2013 11:46:30 -0800 Subject: glamor: Fix some indent damage of putting a ' ' after the '*' for pointers. Signed-off-by: Eric Anholt Reviewed-by: Zhigang Gong Reviewed-by: Keith Packard --- glamor/glamor_gradient.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'glamor/glamor_gradient.c') 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; -- cgit v1.2.3