diff plugins/timestamp.c @ 9863:0e3a84f18467

[gaim-migrate @ 10742] Whitespace and comment changes, mostly. And changed a few other things that aren't ansi c... committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Wed, 25 Aug 2004 03:09:08 +0000
parents 06b28fb24300
children f8e395a054e2
line wrap: on
line diff
--- a/plugins/timestamp.c	Wed Aug 25 02:04:38 2004 +0000
+++ b/plugins/timestamp.c	Wed Aug 25 03:09:08 2004 +0000
@@ -70,7 +70,7 @@
 
 static gboolean
 timestamp_displaying_conv_msg(GaimAccount *account, GaimConversation *conv,
-		     char **buffer, void *data)
+							  char **buffer, void *data)
 {
 	int is_timestamp_enabled;
 	
@@ -221,7 +221,7 @@
 	gaim_signal_connect(conv_handle, "conversation-created",
 					plugin, GAIM_CALLBACK(timestamp_new_convo), NULL);
 
-	//record IM display events for each conversation
+	/* record IM display events for each conversation */
 	gaim_signal_connect(conv_handle, "receiving-im-msg",
 					plugin, GAIM_CALLBACK(timestamp_receiving_msg), NULL);
 	gaim_signal_connect(conv_handle, "displaying-im-msg",