diff pidgin/plugins/crazychat/face.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/face.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/pidgin/plugins/crazychat/face.c	Tue Jan 04 06:55:30 2011 +0000
@@ -10,7 +10,7 @@
 
 	switch(kind){
 		case DOG:
-			init_dog(face);			
+			init_dog(face);
 			break;
 		case SHARK:
 			init_shark(face);
@@ -19,8 +19,8 @@
 			printf("default face\n");
 			init_dog(face);
 			break;
-	}			
-	return face;	
+	}
+	return face;
 }
 
 void draw_face(FACE face, GLfloat zrot, GLfloat yrot, BOOL left_eye, BOOL right_eye, GLfloat mouth_open, DIRECTION dir, OUTPUT_MODE mode){