[svn:parrot] r48178 - branches/gsoc_nfg/src/string/encoding
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Sun Jul 25 23:44:29 UTC 2010
Author: darbelo
Date: Sun Jul 25 23:44:29 2010
New Revision: 48178
URL: https://trac.parrot.org/parrot/changeset/48178
Log:
Obliterate trailing whitespace.
Modified:
branches/gsoc_nfg/src/string/encoding/nfg.c
Modified: branches/gsoc_nfg/src/string/encoding/nfg.c
==============================================================================
--- branches/gsoc_nfg/src/string/encoding/nfg.c Sun Jul 25 23:44:16 2010 (r48177)
+++ branches/gsoc_nfg/src/string/encoding/nfg.c Sun Jul 25 23:44:29 2010 (r48178)
@@ -461,7 +461,7 @@
ASSERT_ARGS(nfg_decode_and_advance)
#if PARROT_HAS_ICU
const int32_t * const s = (const int32_t *) i->str->strstart;
- const int32_t c = s[i->bytepos / sizeof (UChar32)];
+ const int32_t c = s[i->bytepos / sizeof (UChar32)];
const UINTVAL cpos = i->charpos++;
if (c >= 0) {
More information about the parrot-commits
mailing list