libgaim/plugins/perl/perl-handlers.c

changeset 14779
1b71da367f56
parent 14426
8d4f164c4979
child 20470
77693555855f
child 20472
6a6d2ef151e6
--- a/libgaim/plugins/perl/perl-handlers.c	Thu Oct 12 13:42:11 2006 +0000
+++ b/libgaim/plugins/perl/perl-handlers.c	Thu Oct 12 20:38:47 2006 +0000
@@ -71,7 +71,8 @@
 	/* XXX This *will* cease working correctly if context gets changed to
 	 * ever be able to hold anything other than a GaimConnection */
 	if (context != NULL)
-		XPUSHs(sv_2mortal(gaim_perl_bless_object(context, "Gaim::Connection")));
+		XPUSHs(sv_2mortal(gaim_perl_bless_object(context,
+		                                         "Gaim::Connection")));
 	else
 		XPUSHs(&PL_sv_undef);
 	PUTBACK;

mercurial