changeset 10184:f6918ab1624a

[gaim-migrate @ 11299] I can't not fix excessive whitespace. It's not a habit it's cool, I feel alive. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 15 Nov 2004 00:37:54 +0000
parents 9cff8cc12746
children 776c701cea2e
files src/gtkimhtml.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkimhtml.c	Mon Nov 15 00:32:13 2004 +0000
+++ b/src/gtkimhtml.c	Mon Nov 15 00:37:54 2004 +0000
@@ -99,7 +99,7 @@
 #define POINT_SIZE(x) (options & GTK_IMHTML_USE_POINTSIZE ? x : _point_sizes [MIN ((x), MAX_FONT_SIZE) - 1])
 static gdouble _point_sizes [] = { .69444444, .8333333, 1, 1.2, 1.44, 1.728, 2.0736};
 
-enum { 
+enum {
 	TARGET_HTML,
 	TARGET_UTF8_STRING,
 	TARGET_COMPOUND_TEXT,
@@ -1009,9 +1009,9 @@
 
 	klass->toggle_format = imhtml_toggle_format;
 	klass->message_send = imhtml_message_send;
-	
+
 	gobject_class->finalize = gtk_imhtml_finalize;
-      	widget_class->drag_motion = gtk_text_view_drag_motion;
+	widget_class->drag_motion = gtk_text_view_drag_motion;
 	gtk_widget_class_install_style_property(widget_class, g_param_spec_boxed("hyperlink-color",
 	                                        _("Hyperlink color"),
 	                                        _("Color to draw hyperlinks."),