diff pidgin/plugins/crazychat/filter.c @ 31534:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 5fe8042783c1
children
line wrap: on
line diff
--- a/pidgin/plugins/crazychat/filter.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/pidgin/plugins/crazychat/filter.c	Tue Jan 04 06:55:30 2011 +0000
@@ -39,9 +39,9 @@
 features->head_size=(guint8) ( (coef_0*(f->head_size[0]+f->head_size[9]))+(coef_1*(f->head_size[1]+f->head_size[8])) +
 			(coef_2*(f->head_size[2]+f->head_size[7])) + (coef_3*(f->head_size[3]+f->head_size[6]))
 				+ (coef_4*(f->head_size[4]+f->head_size[5])));
-				
+
 
-				
+
 f->head_z_rot[9]=f->head_z_rot[8];
 f->head_z_rot[8]=f->head_z_rot[7];
 f->head_z_rot[7]=f->head_z_rot[6];
@@ -57,7 +57,7 @@
 			(coef_2*(f->head_z_rot[2]+f->head_z_rot[7])) + (coef_3*(f->head_z_rot[3]+f->head_z_rot[6]))
 				+ (coef_4*(f->head_z_rot[4]+f->head_z_rot[5])));
 
-				
+
 f->head_y_rot[9]=f->head_y_rot[8];
 f->head_y_rot[8]=f->head_y_rot[7];
 f->head_y_rot[7]=f->head_y_rot[6];
@@ -71,8 +71,8 @@
 
 features->head_y_rot=(guint8) ( (coef_0*(f->head_y_rot[0]+f->head_y_rot[9]))+(coef_1*(f->head_y_rot[1]+f->head_y_rot[8])) +
 			(coef_2*(f->head_y_rot[2]+f->head_y_rot[7])) + (coef_3*(f->head_y_rot[3]+f->head_y_rot[6]))
-				+ (coef_4*(f->head_y_rot[4]+f->head_y_rot[5])));				
- 
+				+ (coef_4*(f->head_y_rot[4]+f->head_y_rot[5])));
+
 
 f->xfilt[9]=f->xfilt[8];
 f->xfilt[8]=f->xfilt[7];
@@ -88,8 +88,8 @@
 features->x=(guint8) ( (coef_0*(f->xfilt[0]+f->xfilt[9]))+(coef_1*(f->xfilt[1]+f->xfilt[8])) +
 			(coef_2*(f->xfilt[2]+f->xfilt[7])) + (coef_3*(f->xfilt[3]+f->xfilt[6]))
 				+ (coef_4*(f->xfilt[4]+f->xfilt[5])));
-				
-				
+
+
 f->yfilt[9]=f->yfilt[8];
 f->yfilt[8]=f->yfilt[7];
 f->yfilt[7]=f->yfilt[6];
@@ -104,8 +104,8 @@
 features->y=(guint8) ( (coef_0*(f->yfilt[0]+f->yfilt[9]))+(coef_1*(f->yfilt[1]+f->yfilt[8])) +
 			(coef_2*(f->yfilt[2]+f->yfilt[7])) + (coef_3*(f->yfilt[3]+f->yfilt[6]))
 				+ (coef_4*(f->yfilt[4]+f->yfilt[5])));
-				
-				
+
+
 f->mouth_open[9]=f->mouth_open[8];
 f->mouth_open[8]=f->mouth_open[7];
 f->mouth_open[7]=f->mouth_open[6];
@@ -119,6 +119,6 @@
 
 features->mouth_open=(guint8) ( (coef_0*(f->mouth_open[0]+f->mouth_open[9]))+(coef_1*(f->mouth_open[1]+f->mouth_open[8])) +
 			(coef_2*(f->mouth_open[2]+f->mouth_open[7])) + (coef_3*(f->mouth_open[3]+f->mouth_open[6]))
-				+ (coef_4*(f->mouth_open[4]+f->mouth_open[5])));				
-				
+				+ (coef_4*(f->mouth_open[4]+f->mouth_open[5])));
+
 }