[svn:parrot] r49620 - trunk/config/gen/platform/darwin

cotto at svn.parrot.org cotto at svn.parrot.org
Thu Oct 21 03:46:38 UTC 2010


Author: cotto
Date: Thu Oct 21 03:46:37 2010
New Revision: 49620
URL: https://trac.parrot.org/parrot/changeset/49620

Log:
[platform] codingstds fix

Modified:
   trunk/config/gen/platform/darwin/sysmem.c

Modified: trunk/config/gen/platform/darwin/sysmem.c
==============================================================================
--- trunk/config/gen/platform/darwin/sysmem.c	Thu Oct 21 03:43:11 2010	(r49619)
+++ trunk/config/gen/platform/darwin/sysmem.c	Thu Oct 21 03:46:37 2010	(r49620)
@@ -39,7 +39,7 @@
     int           err = 0 ;
     size_t        memsize = 0 ;
     char         *err_msg;
-    unsigned long length = sizeof(memsize) ;
+    unsigned long length = sizeof (memsize) ;
 
     int selection[2] = { CTL_HW, HW_MEMSIZE} ;
 


More information about the parrot-commits mailing list