[svn:parrot] r47946 - branches/gsoc_nfg/src/packfile

darbelo at svn.parrot.org darbelo at svn.parrot.org
Wed Jun 30 23:57:17 UTC 2010


Author: darbelo
Date: Wed Jun 30 23:57:17 2010
New Revision: 47946
URL: https://trac.parrot.org/parrot/changeset/47946

Log:
Whitespace police.

Modified:
   branches/gsoc_nfg/src/packfile/pf_items.c

Modified: branches/gsoc_nfg/src/packfile/pf_items.c
==============================================================================
--- branches/gsoc_nfg/src/packfile/pf_items.c	Wed Jun 30 23:51:20 2010	(r47945)
+++ branches/gsoc_nfg/src/packfile/pf_items.c	Wed Jun 30 23:57:17 2010	(r47946)
@@ -1257,7 +1257,7 @@
 
             memcpy(table->graphemes[i].codepoints, *cursor, len * sizeof (UChar32));
             *cursor += (len * sizeof (UChar32)) / sizeof (opcode_t) + 1;
-        } 
+        }
         table->used = extra;
 #else
         Parrot_ex_throw_from_c_args(interp, NULL, EXCEPTION_LIBRARY_ERROR, "no ICU lib loaded");
@@ -1368,9 +1368,8 @@
             /* Adjust the cursor, and auxcursor ... */
             cursor += ((len * sizeof (UChar32)) / sizeof (opcode_t));
             cursor++;
-            auxcursor += len * sizeof (UChar32); 
+            auxcursor += len * sizeof (UChar32);
 
-            
             /* ...and pad the difference with zeros. */
             while ((unsigned long) (auxcursor - (char *) cursor) % sizeof (opcode_t)){
                 *auxcursor++ = 0;


More information about the parrot-commits mailing list