diff pidgin/gtkpounce.c @ 32656:a053474df2e9

Whitespace fixes. Try and check your editor settings before writing tons of code.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 13 Feb 2011 07:38:19 +0000
parents a3bd979c9ce4
children ea07a6230b57
line wrap: on
line diff
--- a/pidgin/gtkpounce.c	Sun Feb 13 06:40:09 2011 +0000
+++ b/pidgin/gtkpounce.c	Sun Feb 13 07:38:19 2011 +0000
@@ -410,9 +410,9 @@
 				GtkSelectionData *sd, guint info, guint t, gpointer data)
 {
 	PidginPounceDialog *dialog;
-  GdkAtom target = gtk_selection_data_get_target(sd);
-  const guchar *sd_data = gtk_selection_data_get_data(sd);
-    
+	GdkAtom target = gtk_selection_data_get_target(sd);
+	const guchar *sd_data = gtk_selection_data_get_data(sd);
+
 	if (target == gdk_atom_intern("PURPLE_BLIST_NODE", FALSE))
 	{
 		PurpleBlistNode *node = NULL;