[svn:parrot] r49809 - trunk/runtime/parrot/library/Digest

gerd at svn.parrot.org gerd at svn.parrot.org
Mon Nov 8 13:58:30 UTC 2010


Author: gerd
Date: Mon Nov  8 13:58:30 2010
New Revision: 49809
URL: https://trac.parrot.org/parrot/changeset/49809

Log:
remove a trailing whitespace

Modified:
   trunk/runtime/parrot/library/Digest/sha256.pir

Modified: trunk/runtime/parrot/library/Digest/sha256.pir
==============================================================================
--- trunk/runtime/parrot/library/Digest/sha256.pir	Mon Nov  8 12:24:52 2010	(r49808)
+++ trunk/runtime/parrot/library/Digest/sha256.pir	Mon Nov  8 13:58:30 2010	(r49809)
@@ -247,7 +247,7 @@
 .sub _Ch
     .param pmc context
 
-    .local int E, F, G, result 
+    .local int E, F, G, result
 
     E = context[4]
     F = context[5]


More information about the parrot-commits mailing list