diff pidgin/plugins/vvconfig.c @ 31086:a8cc50c2279f

Remove trailing whitespace
author Richard Laager <rlaager@wiktel.com>
date Tue, 04 Jan 2011 06:55:30 +0000
parents 25bbabd11c91
children 2b63df6e495c a7397a3d67ef
line wrap: on
line diff
--- a/pidgin/plugins/vvconfig.c	Tue Jan 04 06:42:45 2011 +0000
+++ b/pidgin/plugins/vvconfig.c	Tue Jan 04 06:55:30 2011 +0000
@@ -124,7 +124,7 @@
 			ret = g_list_reverse(ret);
 			return ret;
 		}
-			
+
 		for (n=0; n < array->n_values; ++n) {
 			GValue *device;
 			const gchar *name;
@@ -152,7 +152,7 @@
 		}
 	}
 	gst_object_unref(element);
-	
+
 	ret = g_list_prepend(ret, NULL);
 	ret = g_list_reverse(ret);
 
@@ -527,12 +527,12 @@
 		GtkWidget *hbox = gtk_hbox_new(FALSE, PIDGIN_HIG_BORDER);
 		GtkWidget *config_frame = get_plugin_config_frame(NULL);
 		GtkWidget *close = gtk_button_new_from_stock(GTK_STOCK_CLOSE);
-		
+
 		gtk_container_add(GTK_CONTAINER(vbox), config_frame);
 		gtk_container_add(GTK_CONTAINER(vbox), hbox);
 		window = pidgin_create_window(_("Voice/Video Settings"),
 			PIDGIN_HIG_BORDER, NULL, TRUE);
-		g_signal_connect(G_OBJECT(window), "destroy", 
+		g_signal_connect(G_OBJECT(window), "destroy",
 			G_CALLBACK(config_destroy), NULL);
 		g_signal_connect(G_OBJECT(close), "clicked",
 		    G_CALLBACK(config_close), NULL);