changeset 27433:5b07c7253ba4

That was some seriously screwed up formatting.
author Etan Reisner <pidgin@unreliablesource.net>
date Sun, 05 Jul 2009 06:51:35 +0000
parents c91c1b6a84c6
children 69511e781717 b6e94a044a0f
files pidgin/gtkprefs.c
diffstat 1 files changed, 1 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/pidgin/gtkprefs.c	Sun Jul 05 06:50:39 2009 +0000
+++ b/pidgin/gtkprefs.c	Sun Jul 05 06:51:35 2009 +0000
@@ -2781,9 +2781,7 @@
 }
 
 static int
-prefs_notebook_add_page(const char *text,
-  		                GtkWidget *page,
-                        int ind)
+prefs_notebook_add_page(const char *text, GtkWidget *page, int ind)
 {
 #if GTK_CHECK_VERSION(2,4,0)
 	return gtk_notebook_append_page(GTK_NOTEBOOK(prefsnotebook), page, gtk_label_new(text));