This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: Consistent spaces after dots in apidocs
authorFather Chrysostomos <sprout@cpan.org>
Thu, 30 Jan 2014 05:58:18 +0000 (21:58 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 30 Jan 2014 05:58:18 +0000 (21:58 -0800)
op.c

diff --git a/op.c b/op.c
index 60aef44..3d7b263 100644 (file)
--- a/op.c
+++ b/op.c
@@ -675,7 +675,8 @@ S_op_destroy(pTHX_ OP *o)
 /*
 =for apidoc Am|void|op_free|OP *o
 
-Free an op. Only use this when an op is no longer linked to from any optree.
+Free an op.  Only use this when an op is no longer linked to from any
+optree.
 
 =cut
 */