From cc41839bce79a8763add8243be5f79bd6ce3c913 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 29 Jan 2014 21:58:18 -0800 Subject: [PATCH] op.c: Consistent spaces after dots in apidocs --- op.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/op.c b/op.c index 60aef44..3d7b263 100644 --- 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 */ -- 2.7.4