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

darbelo at svn.parrot.org darbelo at svn.parrot.org
Wed Sep 16 17:52:17 UTC 2009


Author: darbelo
Date: Wed Sep 16 17:52:15 2009
New Revision: 41301
URL: https://trac.parrot.org/parrot/changeset/41301

Log:
[cage] Replace tab with spaces to placate t/codingstd/tabs.t

Modified:
   trunk/compilers/imcc/imcc.l

Modified: trunk/compilers/imcc/imcc.l
==============================================================================
--- trunk/compilers/imcc/imcc.l	Wed Sep 16 17:44:18 2009	(r41300)
+++ trunk/compilers/imcc/imcc.l	Wed Sep 16 17:52:15 2009	(r41301)
@@ -522,7 +522,7 @@
         char   * const macro_name = mem_sys_strdup(yytext + 1);
         int failed = expand_macro(interp, macro_name, yyscanner);
         mem_sys_free(macro_name);
-	if (! failed) {
+        if (! failed) {
             yyless(1);
             return DOT;
         }


More information about the parrot-commits mailing list