diff src/gtkft.c @ 7272:02f697df677b

[gaim-migrate @ 7849] Whitespace stuff. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 15 Oct 2003 05:57:18 +0000
parents 9220c7490cd1
children b14442b31a9b
line wrap: on
line diff
--- a/src/gtkft.c	Wed Oct 15 05:56:07 2003 +0000
+++ b/src/gtkft.c	Wed Oct 15 05:57:18 2003 +0000
@@ -582,7 +582,7 @@
 	sw = setup_tree(dialog);
 	gtk_box_pack_start(GTK_BOX(vbox2), sw, TRUE, TRUE, 0);
 	gtk_widget_set_size_request(sw,-1, 140);
-	
+
 	/* "Keep the dialog open" */
 	checkbox = gtk_check_button_new_with_mnemonic(
 			_("_Keep the dialog open"));
@@ -655,7 +655,7 @@
 
 	g_signal_connect(G_OBJECT(button), "clicked",
 					 G_CALLBACK(pause_button_cb), dialog);
-	
+
 	/* Resume button */
 	button = gtk_button_new_with_mnemonic(_("_Resume"));
 	gtk_widget_set_sensitive(button, FALSE);
@@ -956,7 +956,7 @@
 do_overwrite_cb(GaimXfer *xfer)
 {
 	GaimGtkXferUiData *data;
-	
+
 	data = GAIM_GTKXFER(xfer);
 
 	gaim_xfer_request_accepted(xfer, data->name);
@@ -974,7 +974,7 @@
 dont_overwrite_cb(GaimXfer *xfer)
 {
 	GaimGtkXferUiData *data;
-	
+
 	data = GAIM_GTKXFER(xfer);
 
 	g_free(data->name);