[svn:parrot] r46066 - trunk/src/string/charset

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Apr 27 17:18:52 UTC 2010


Author: mikehh
Date: Tue Apr 27 17:18:51 2010
New Revision: 46066
URL: https://trac.parrot.org/parrot/changeset/46066

Log:
fix codetest failure - line length

Modified:
   trunk/src/string/charset/ascii.c

Modified: trunk/src/string/charset/ascii.c
==============================================================================
--- trunk/src/string/charset/ascii.c	Tue Apr 27 16:28:46 2010	(r46065)
+++ trunk/src/string/charset/ascii.c	Tue Apr 27 17:18:51 2010	(r46066)
@@ -742,7 +742,8 @@
 */
 
 static INTVAL
-find_not_cclass(PARROT_INTERP, INTVAL flags, ARGIN(const STRING *src), UINTVAL offset, UINTVAL count)
+find_not_cclass(PARROT_INTERP,
+                INTVAL flags, ARGIN(const STRING *src), UINTVAL offset, UINTVAL count)
 {
     ASSERT_ARGS(find_not_cclass)
     UINTVAL pos = offset;


More information about the parrot-commits mailing list