[svn:parrot] r44158 - trunk/examples/pir
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Fri Feb 19 03:20:45 UTC 2010
Author: jkeenan
Date: Fri Feb 19 03:20:35 2010
New Revision: 44158
URL: https://trac.parrot.org/parrot/changeset/44158
Log:
[codingstd] No trailing whitespace.
Modified:
trunk/examples/pir/make_hello_pbc.pir
Modified: trunk/examples/pir/make_hello_pbc.pir
==============================================================================
--- trunk/examples/pir/make_hello_pbc.pir Fri Feb 19 03:17:53 2010 (r44157)
+++ trunk/examples/pir/make_hello_pbc.pir Fri Feb 19 03:20:35 2010 (r44158)
@@ -44,7 +44,7 @@
# Here is our function
$I0 = oplib['say_sc']
- pfbc[0] = $I0
+ pfbc[0] = $I0
pfbc[1] = 0x002 # constant id.
$I0 = oplib['set_returns_pc']
More information about the parrot-commits
mailing list