[svn:parrot] r47845 - branches/gsoc_nfg/src/string/encoding

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Fri Jun 25 23:38:48 UTC 2010


Author: jkeenan
Date: Fri Jun 25 23:38:48 2010
New Revision: 47845
URL: https://trac.parrot.org/parrot/changeset/47845

Log:
[codingstd] Eliminate trailing whitespace it; correct POD formatting error.

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	Fri Jun 25 23:21:28 2010	(r47844)
+++ branches/gsoc_nfg/src/string/encoding/nfg.c	Fri Jun 25 23:38:48 2010	(r47845)
@@ -24,10 +24,10 @@
 #if PARROT_HAS_ICU
 #  include <unicode/ucnv.h>
 #  include <unicode/utypes.h>
-#  include <unicode/uchar.h> 
+#  include <unicode/uchar.h>
 #  include <unicode/ustring.h>
 #  include <unicode/unorm.h>
-#endif  
+#endif
 
 
 #if !PARROT_HAS_ICU
@@ -201,11 +201,10 @@
 
 /*
 
-=item C<static void nfg_encode(PARROT_INTERP, STRING *dest, UINTVAL index, STRING *src,
-UINTVAL offs, UINTVAL len, UINTVAL graphemes)
+=item C<static void nfg_encode(PARROT_INTERP, STRING *dest, UINTVAL index, STRING *src, UINTVAL offs, UINTVAL len, UINTVAL graphemes)>
 
-Helper function to NFG-encode strings. It handles the (lazy) creation of the grapheme
-table and the graphemes it contains.
+Helper function to NFG-encode strings. It handles the (lazy) creation of the
+grapheme table and the graphemes it contains.
 
 =cut
 
@@ -579,7 +578,7 @@
             g.hash += c;
         }
 
-        /* 
+        /*
          * If we reach this point, then a dynamic codepoint was created earlier.
          * Insert it into the table, growing it if needed.
          */


More information about the parrot-commits mailing list