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


Howdy,

t/codingstd/trailing_space.t fails because
languages/tcl/runtime/conversions.pir contains trailing whitespace.
The attached patch removes it.

-- 
Matt
diff --git a/languages/tcl/runtime/conversions.pir b/languages/tcl/runtime/conversions.pir
index 7d7b0ea..82c91b8 100644
--- a/languages/tcl/runtime/conversions.pir
+++ b/languages/tcl/runtime/conversions.pir
@@ -366,7 +366,7 @@ Given an expression, return a subroutine, or optionally, the raw PIR
     tcl_error $S0
 
   empty:
-    tcl_error "empty expression\nin expression \"\"" 
+    tcl_error "empty expression\nin expression \"\""
 .end
 
 =head2 _Tcl::__script

Reply via email to