Author: paultcochrane
Date: Sun Jan  7 07:47:05 2007
New Revision: 16463

Modified:
   trunk/languages/tcl/src/binary.c

Log:
[tcl] removed trailing space


Modified: trunk/languages/tcl/src/binary.c
==============================================================================
--- trunk/languages/tcl/src/binary.c    (original)
+++ trunk/languages/tcl/src/binary.c    Sun Jan  7 07:47:05 2007
@@ -122,7 +122,7 @@
     INTVAL pos        = 0;
     INTVAL valueidx   = 0;
     STRING *binstr    = string_make_empty(interp, enum_stringrep_one, 128);
-    
+
     while (pos < formatlen)
     {
         PMC *value = VTABLE_get_pmc_keyed_int(interp, values, valueidx++);

Reply via email to