[svn:parrot] r40159 - trunk/include/parrot

moritz at svn.parrot.org moritz at svn.parrot.org
Sun Jul 19 18:14:47 UTC 2009


Author: moritz
Date: Sun Jul 19 18:14:46 2009
New Revision: 40159
URL: https://trac.parrot.org/parrot/changeset/40159

Log:
[cage] tabs to spaces

Modified:
   trunk/include/parrot/compiler.h

Modified: trunk/include/parrot/compiler.h
==============================================================================
--- trunk/include/parrot/compiler.h	Sun Jul 19 17:58:53 2009	(r40158)
+++ trunk/include/parrot/compiler.h	Sun Jul 19 18:14:46 2009	(r40159)
@@ -102,9 +102,9 @@
 /* 64-bit CL has some problems, so this section here is going to try to fix them */
 #ifdef PARROT_HAS_MSVC_SAL
 #  ifdef _WIN64
-	/* CL64 can't seem to find sal.h, so take that out of the equation */
+    /* CL64 can't seem to find sal.h, so take that out of the equation */
 #    undef PARROT_HAS_MSVC_SAL
-	/* CL64 complains about not finding _iob, so this might fix it */
+    /* CL64 complains about not finding _iob, so this might fix it */
 
 
 #  endif


More information about the parrot-commits mailing list