[svn:parrot] r44609 - trunk/compilers/imcc

mikehh at svn.parrot.org mikehh at svn.parrot.org
Wed Mar 3 22:08:41 UTC 2010


Author: mikehh
Date: Wed Mar  3 22:08:40 2010
New Revision: 44609
URL: https://trac.parrot.org/parrot/changeset/44609

Log:
fix codetest failure - tabs in leading whitespace

Modified:
   trunk/compilers/imcc/pbc.c

Modified: trunk/compilers/imcc/pbc.c
==============================================================================
--- trunk/compilers/imcc/pbc.c	Wed Mar  3 21:37:58 2010	(r44608)
+++ trunk/compilers/imcc/pbc.c	Wed Mar  3 22:08:40 2010	(r44609)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2002-2009, Parrot Foundation.
+ * Copyright (C) 2002-2010, Parrot Foundation.
  * $Id$
  */
 
@@ -996,8 +996,8 @@
                     Parrot_encoding_number_of_str(interp, sc) &&
                     Parrot_str_equal(interp, s, sc)) {
                 k = i;
-		break;
-	    }
+                break;
+            }
         }
     }
     if (k < 0) {


More information about the parrot-commits mailing list