Author: jkeenan
Date: Sat Feb 23 06:24:40 2008
New Revision: 26023

Modified:
   trunk/include/parrot/packfile.h

Log:
In two locations, eliminate excess wordspace before parens, thereby enabling 
this file to get past t/codingstd/c_parens.t.

Modified: trunk/include/parrot/packfile.h
==============================================================================
--- trunk/include/parrot/packfile.h     (original)
+++ trunk/include/parrot/packfile.h     Sat Feb 23 06:24:40 2008
@@ -227,8 +227,8 @@
 
 
 typedef opcode_t (*packfile_fetch_op_t)(ARGIN(const unsigned char *));
-typedef INTVAL   (*packfile_fetch_iv_t)(ARGIN(const unsigned char *));
-typedef void     (*packfile_fetch_nv_t)(ARGOUT(unsigned char *), ARGIN(const 
unsigned char *));
+typedef INTVAL (*packfile_fetch_iv_t)(ARGIN(const unsigned char *));
+typedef void (*packfile_fetch_nv_t)(ARGOUT(unsigned char *), ARGIN(const 
unsigned char *));
 
 typedef struct PackFile {
     /* the packfile is its own directory */

Reply via email to