Mon, 23 Jan 2006 11:24:00 +0000
[gaim-migrate @ 15370]
Just a whitespace fix I noticed in one of my trees.
| plugins/perl/perl-handlers.c | file | annotate | diff | comparison | revisions |
--- 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);