[svn:parrot] r48967 - in trunk/runtime/parrot/library: . Test
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Sun Sep 12 17:33:33 UTC 2010
Author: jkeenan
Date: Sun Sep 12 17:33:33 2010
New Revision: 48967
URL: https://trac.parrot.org/parrot/changeset/48967
Log:
[codingstd] No trailing whitespace.
Modified:
trunk/runtime/parrot/library/Test/Builder.pir
trunk/runtime/parrot/library/distutils.pir
Modified: trunk/runtime/parrot/library/Test/Builder.pir
==============================================================================
--- trunk/runtime/parrot/library/Test/Builder.pir Sun Sep 12 16:34:29 2010 (r48966)
+++ trunk/runtime/parrot/library/Test/Builder.pir Sun Sep 12 17:33:33 2010 (r48967)
@@ -512,7 +512,7 @@
unless has_reason goto NO_REASON
$S0 .= " "
$S0 .= reason
- NO_REASON:
+ NO_REASON:
.local pmc output
output = self.'output'()
output.'write'( $S0 )
Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir Sun Sep 12 16:34:29 2010 (r48966)
+++ trunk/runtime/parrot/library/distutils.pir Sun Sep 12 17:33:33 2010 (r48967)
@@ -320,7 +320,7 @@
.const 'Sub' _clean_wininst = '_clean_wininst'
register_step_after('clean', _clean_wininst)
L1:
-
+
$I0 = $P0['has_zlib']
if $I0 goto L2
.const 'Sub' _no_zlib = '_no_zlib'
More information about the parrot-commits
mailing list