changeset 13017:7fdd1c0c585c

[gaim-migrate @ 15370] Just a whitespace fix I noticed in one of my trees. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 23 Jan 2006 11:24:00 +0000
parents 8acf409a2d5f
children 6be2c7c70a82
files plugins/perl/perl-handlers.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/perl/perl-handlers.c	Mon Jan 23 08:09:47 2006 +0000
+++ b/plugins/perl/perl-handlers.c	Mon Jan 23 11:24:00 2006 +0000
@@ -390,9 +390,9 @@
 
 	handler->plugin   = plugin;
 	handler->callback = (callback != NULL && callback != &PL_sv_undef
-						 ? newSVsv(callback) : NULL);
+	                     ? newSVsv(callback) : NULL);
 	handler->data     = (data != NULL && data != &PL_sv_undef
-						 ? newSVsv(data) : NULL);
+	                     ? newSVsv(data) : NULL);
 
 	timeout_handlers = g_list_append(timeout_handlers, handler);