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

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 3cc856ca2338
children
line wrap: on
line diff
--- a/pidgin/plugins/crazychat/cc_pidgin_plugin.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/pidgin/plugins/crazychat/cc_pidgin_plugin.c	Tue Jan 04 06:55:30 2011 +0000
@@ -169,7 +169,7 @@
 static void cc_init(struct crazychat *cc)
 {
 	/* initialize main crazychat thread */
-	
+
 	assert(cc);
 	memset(cc, 0, sizeof(*cc));
 
@@ -243,7 +243,7 @@
 		cc_net_recv_ready(account, cc, *sender);
 		return TRUE;
 	}
-	
+
 	return FALSE;
 }
 
@@ -345,7 +345,7 @@
 	button1 = gtk_radio_button_new_with_label(NULL, _("Enabled"));
 	gtk_box_pack_start(GTK_BOX(vbox), button1, TRUE, TRUE, 0);
 	gtk_widget_show(button1);
-	
+
 	group = gtk_radio_button_get_group(GTK_RADIO_BUTTON(button1));
 	button2 = gtk_radio_button_new_with_label(group, _("Disabled"));
 	gtk_box_pack_start(GTK_BOX(vbox), button2, TRUE, TRUE, 0);
@@ -367,9 +367,9 @@
 	button = gtk_button_new_with_label("Calibrate");
 	gtk_box_pack_start(GTK_BOX(vbox), button, TRUE, FALSE, 0);
 	gtk_widget_show(button);
-	
+
 	gtk_widget_show(ret);
-	
+
 	return ret;
 }
 
@@ -451,7 +451,7 @@
 	}
 
 	Debug("CrazyChat plugin loaded.\n");
-	
+
 	return TRUE;
 }