[svn:parrot] r47677 - trunk/src/gc

whiteknight at svn.parrot.org whiteknight at svn.parrot.org
Fri Jun 18 00:17:19 UTC 2010


Author: whiteknight
Date: Fri Jun 18 00:17:19 2010
New Revision: 47677
URL: https://trac.parrot.org/parrot/changeset/47677

Log:
[gc] small stylistic nit

Modified:
   trunk/src/gc/gc_private.h

Modified: trunk/src/gc/gc_private.h
==============================================================================
--- trunk/src/gc/gc_private.h	Thu Jun 17 17:56:53 2010	(r47676)
+++ trunk/src/gc/gc_private.h	Fri Jun 18 00:17:19 2010	(r47677)
@@ -85,7 +85,7 @@
 
 typedef enum _gc_sys_type_enum {
     MS,  /*mark and sweep*/
-    INF /*infinite memory core*/
+    INF  /*infinite memory core*/
 } gc_sys_type_enum;
 
 /* how often to skip a full GC when this pool has nothing free */


More information about the parrot-commits mailing list