pidgin/plugins/gestures/stroke-draw.c

changeset 31294
73607ab89c6f
parent 30010
2b3e5bbd0492
child 32414
8c5d1edf9da2
--- a/pidgin/plugins/gestures/stroke-draw.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/pidgin/plugins/gestures/stroke-draw.c	Tue Jan 04 06:55:30 2011 +0000
@@ -111,7 +111,7 @@
 	return TRUE;
 }
 
-static void gstroke_cancel(GdkEvent *event) 
+static void gstroke_cancel(GdkEvent *event)
 {
 	last_mouse_position.invalid = TRUE;
 
@@ -145,7 +145,7 @@
 			 * clicked after the middle button is clicked (but possibly
 			 * not released)
 			 */
-			gstroke_cancel(event);	
+			gstroke_cancel(event);
 			original_widget = NULL;
 			break;
 		}
@@ -299,7 +299,7 @@
 #if 0
   purple_debug(PURPLE_DEBUG_MISC, "gestures", "gstroke %s\n", name);
 #endif
-  
+
   if (hash_table)
     {
       struct gstroke_func_and_data *fd =

mercurial