[svn:parrot] r36996 - trunk/examples/embed

NotFound at svn.parrot.org NotFound at svn.parrot.org
Wed Feb 25 15:25:19 UTC 2009


Author: NotFound
Date: Wed Feb 25 15:25:18 2009
New Revision: 36996
URL: https://trac.parrot.org/parrot/changeset/36996

Log:
[examples] indentation fix

Modified:
   trunk/examples/embed/lorito.c

Modified: trunk/examples/embed/lorito.c
==============================================================================
--- trunk/examples/embed/lorito.c	Wed Feb 25 12:07:55 2009	(r36995)
+++ trunk/examples/embed/lorito.c	Wed Feb 25 15:25:18 2009	(r36996)
@@ -87,7 +87,8 @@
     pf = Parrot_pbc_read(interp, source, 0);
     if (! pf)
         fail("Cannot load file");
-        Parrot_pbc_load(interp, pf);
+
+    Parrot_pbc_load(interp, pf);
 
     if (stname) {
         Parrot_PMC rootns = Parrot_get_root_namespace(interp);


More information about the parrot-commits mailing list