From 31bfcf96c700ce8454609d19ad6e5f5e6c28253f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Thu, 8 Apr 2010 18:15:00 +0200 Subject: Reformat and add comments for description of C sources --- src/plugins/scripts/perl/weechat-perl-api.c | 4 +++- src/plugins/scripts/perl/weechat-perl.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src/plugins/scripts/perl') diff --git a/src/plugins/scripts/perl/weechat-perl-api.c b/src/plugins/scripts/perl/weechat-perl-api.c index b4e08ad42..04c51cb5f 100644 --- a/src/plugins/scripts/perl/weechat-perl-api.c +++ b/src/plugins/scripts/perl/weechat-perl-api.c @@ -16,7 +16,9 @@ * along with this program. If not, see . */ -/* weechat-perl-api.c: Perl API functions */ +/* + * weechat-perl-api.c: perl API functions + */ #undef _ diff --git a/src/plugins/scripts/perl/weechat-perl.c b/src/plugins/scripts/perl/weechat-perl.c index 0b188609c..b78af3308 100644 --- a/src/plugins/scripts/perl/weechat-perl.c +++ b/src/plugins/scripts/perl/weechat-perl.c @@ -16,7 +16,9 @@ * along with this program. If not, see . */ -/* weechat-perl.c: Perl plugin for WeeChat */ +/* + * weechat-perl.c: perl plugin for WeeChat + */ #undef _ -- cgit v1.2.3