diff plugins/perl/common/Conversation.xs @ 12871:2422097a7a5e

[gaim-migrate @ 15223] Whitespace in some .c and .h files that I hadn't had a reason to touch before, this is it's own commit mostly to show how easy it was to get perl plugins to support individual plugin pref frames, as opposed to just one for all the loaded perl plugins. And some whitespace that I missed in Conversation.xs. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 14 Jan 2006 07:12:46 +0000
parents 622110272ed9
children 3ab3e68df807
line wrap: on
line diff
--- a/plugins/perl/common/Conversation.xs	Sat Jan 14 06:28:58 2006 +0000
+++ b/plugins/perl/common/Conversation.xs	Sat Jan 14 07:12:46 2006 +0000
@@ -102,7 +102,6 @@
 gaim_conversation_is_logging(conv)
 	Gaim::Conversation conv
 
-
 Gaim::Conversation::IM
 gaim_conversation_get_im_data(conv)
 	Gaim::Conversation conv
@@ -201,12 +200,10 @@
 gaim_conv_im_get_type_again_timeout(im)
 	Gaim::Conversation::IM im
 
-
 void
 gaim_conv_im_update_typing(im)
 	Gaim::Conversation::IM im
 
-
 void
 gaim_conv_im_send(im, message)
 	Gaim::Conversation::IM im
@@ -220,7 +217,6 @@
 	Gaim::MessageFlags flags
 	time_t mtime
 
-
 MODULE = Gaim::Conversation  PACKAGE = Gaim::Conversation  PREFIX = gaim_conv_
 PROTOTYPES: ENABLE
 
@@ -367,7 +363,6 @@
 
 	gaim_conv_chat_add_users(chat, t_GL_users, t_GL_extra_msgs, t_GL_flags, new_arrivals);
 
-
 gboolean
 gaim_conv_chat_find_user(chat, user)
 	Gaim::Conversation::Chat chat