diff plugins/perl/perl-common.h @ 12871:2422097a7a5e

[gaim-migrate @ 15223] Whitespace in some .c and .h files that I hadn't had a reason to touch before, this is it's own commit mostly to show how easy it was to get perl plugins to support individual plugin pref frames, as opposed to just one for all the loaded perl plugins. And some whitespace that I missed in Conversation.xs. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Sat, 14 Jan 2006 07:12:46 +0000
parents 202ce52b77a9
children 59ff3e1c874e
line wrap: on
line diff
--- a/plugins/perl/perl-common.h	Sat Jan 14 06:28:58 2006 +0000
+++ b/plugins/perl/perl-common.h	Sat Jan 14 07:12:46 2006 +0000
@@ -25,7 +25,6 @@
 
 void gaim_perl_normalize_script_name(char *name);
 
-
 SV *newSVGChar(const char *str);
 
 void gaim_perl_callXS(void (*subaddr)(pTHX_ CV *cv), CV *cv, SV **mark);
@@ -43,6 +42,6 @@
 
 void *gaim_perl_data_from_sv(GaimValue *value, SV *sv);
 SV *gaim_perl_sv_from_vargs(const GaimValue *value, va_list *args,
-							void ***copy_arg);
+                            void ***copy_arg);
 
 #endif /* _GAIM_PERL_COMMON_H_ */