changeset 9487:c23f7045357c

[gaim-migrate @ 10312] whitespace committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 08 Jul 2004 17:37:33 +0000
parents 59d986a931d4
children 2770a0e659ca
files src/gtkconv.c
diffstat 1 files changed, 9 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkconv.c	Thu Jul 08 17:13:04 2004 +0000
+++ b/src/gtkconv.c	Thu Jul 08 17:37:33 2004 +0000
@@ -5974,15 +5974,15 @@
 	GList *l;
 	GaimConversation *conv;
 	GaimGtkConversation *gtkconv;
-	
+
 	for(l = gaim_get_conversations(); l != NULL; l = l->next) {
 		conv = (GaimConversation *)l->data;
-		
+
 		if(!GAIM_IS_GTK_CONVERSATION(conv))
 			continue;
-		
+
 		gtkconv = GAIM_GTK_CONVERSATION(conv);
-		
+
 		gtk_imhtml_html_shortcuts(GTK_IMHTML(gtkconv->entry),
 								  (gboolean)GPOINTER_TO_INT(value));
 	}
@@ -5995,16 +5995,16 @@
 	GList *l;
 	GaimConversation *conv;
 	GaimGtkConversation *gtkconv;
-	
+
 	for(l = gaim_get_conversations(); l != NULL; l = l->next) {
 		conv = (GaimConversation *)l->data;
-		
+
 		if(!GAIM_IS_GTK_CONVERSATION(conv))
 			continue;
-		
+
 		gtkconv = GAIM_GTK_CONVERSATION(conv);
-		
-		gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry), 
+
+		gtk_imhtml_smiley_shortcuts(GTK_IMHTML(gtkconv->entry),
 									(gboolean)GPOINTER_TO_INT(value));
 	}
 }