[svn:parrot] r48495 - trunk/include/parrot

mikehh at svn.parrot.org mikehh at svn.parrot.org
Sat Aug 14 23:48:33 UTC 2010


Author: mikehh
Date: Sat Aug 14 23:48:32 2010
New Revision: 48495
URL: https://trac.parrot.org/parrot/changeset/48495

Log:
fix codetest failure - trailing whitespace

Modified:
   trunk/include/parrot/pobj.h

Modified: trunk/include/parrot/pobj.h
==============================================================================
--- trunk/include/parrot/pobj.h	Sat Aug 14 22:56:55 2010	(r48494)
+++ trunk/include/parrot/pobj.h	Sat Aug 14 23:48:32 2010	(r48495)
@@ -62,7 +62,7 @@
 /* These macros let us address the prolog of a buffer. */
 
 #define Buffer_prolog_offset (sizeof (void*))
-#define Buffer_bufprolog(b) ((char *)Buffer_bufstart(b) - Buffer_prolog_offset) 
+#define Buffer_bufprolog(b) ((char *)Buffer_bufstart(b) - Buffer_prolog_offset)
 
 /* This macro gives us the address of the buffer prolog treated as
    a pointer to the flags. */


More information about the parrot-commits mailing list