diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-08 18:15:00 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-04-08 18:15:00 +0200 |
commit | 31bfcf96c700ce8454609d19ad6e5f5e6c28253f (patch) | |
tree | 0154262b8ecb773fd1ac005475b566a928e4b699 /src/plugins/scripts/perl | |
parent | 9394a78e39d4435ac2a66834d959695233baf977 (diff) | |
download | weechat-31bfcf96c700ce8454609d19ad6e5f5e6c28253f.zip |
Reformat and add comments for description of C sources
Diffstat (limited to 'src/plugins/scripts/perl')
-rw-r--r-- | src/plugins/scripts/perl/weechat-perl-api.c | 4 | ||||
-rw-r--r-- | src/plugins/scripts/perl/weechat-perl.c | 4 |
2 files changed, 6 insertions, 2 deletions
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 <http://www.gnu.org/licenses/>. */ -/* 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 <http://www.gnu.org/licenses/>. */ -/* weechat-perl.c: Perl plugin for WeeChat */ +/* + * weechat-perl.c: perl plugin for WeeChat + */ #undef _ |