[svn:parrot] r47060 - trunk/docs

bacek at svn.parrot.org bacek at svn.parrot.org
Thu May 27 21:11:35 UTC 2010


Author: bacek
Date: Thu May 27 21:11:35 2010
New Revision: 47060
URL: https://trac.parrot.org/parrot/changeset/47060

Log:
Indent code properly

Modified:
   trunk/docs/tests.pod

Modified: trunk/docs/tests.pod
==============================================================================
--- trunk/docs/tests.pod	Thu May 27 18:09:27 2010	(r47059)
+++ trunk/docs/tests.pod	Thu May 27 21:11:35 2010	(r47060)
@@ -111,7 +111,7 @@
 
         Parrot_run_native(interp, the_test);
         printf("done\n");
-    fflush(stdout);
+        fflush(stdout);
         return 0;
     }
 


More information about the parrot-commits mailing list