[svn:parrot] r46397 - trunk/src

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat May 8 00:26:09 UTC 2010


Author: mikehh
Date: Sat May  8 00:26:09 2010
New Revision: 46397
URL: https://trac.parrot.org/parrot/changeset/46397

Log:
fix codetest failure - trailing spaces

Modified:
   trunk/src/packout.c

Modified: trunk/src/packout.c
==============================================================================
--- trunk/src/packout.c	Fri May  7 21:37:03 2010	(r46396)
+++ trunk/src/packout.c	Sat May  8 00:26:09 2010	(r46397)
@@ -1,5 +1,5 @@
 /*
-Copyright (C) 2001-2009, Parrot Foundation.
+Copyright (C) 2001-2010, Parrot Foundation.
 This program is free software. It is subject to the same license as
 Parrot itself.
 $Id$
@@ -260,7 +260,7 @@
     GETATTR_Key_str_key(interp, key, key_str);
     GETATTR_Key_num_key(interp, key, key_num);
 
-    /* 
+    /*
      * string_hash contains array of all possible charset/encoding
      * combinations for given string.
      *


More information about the parrot-commits mailing list