# New Ticket Created by  Matt Kraai 
# Please include the string:  [perl #52044]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=52044 >


Howdy,

src/builtin.c contains a trailing space on line 213, which causes a
test in t/codingstd/trailing_space.t to fail.  The attached patch
removes the trailing space.

-- 
Matt
>From 85e37ca00f0f06027dcf0c26ef6e47b297ff93d1 Mon Sep 17 00:00:00 2001
From: Matt Kraai <[EMAIL PROTECTED]>
Date: Mon, 24 Mar 2008 07:25:05 -0700
Subject: [PATCH] Remove trailing space

---
 src/builtin.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/builtin.c b/src/builtin.c
index b6c6b56..6fd41ee 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -210,7 +210,7 @@ Takes the builtin's index, a signature string, and a flag indicating
 if conversion to PMCs is allowed.
 Compares the builtin's signature to the supplied string.
 Returns 1 if they match where it matters, (voids are ignored),
-returns 0 if they don't. 
+returns 0 if they don't.
 
 =cut
 
-- 
1.5.4.4

Reply via email to