# HG changeset patch # User Etan Reisner # Date 1138015440 0 # Node ID d3bcadbf309447795832cd4ab9d8055fb1e6d4c0 # Parent 29dd619e4d417ecafa009205ae7b29e3c5483f30 [gaim-migrate @ 15370] Just a whitespace fix I noticed in one of my trees. diff -r 29dd619e4d41 -r d3bcadbf3094 plugins/perl/perl-handlers.c --- 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);