stas 2003/06/03 19:31:56
Modified: xs/APR/Table APR__Table.h Log: style fix Revision Changes Path 1.10 +1 -1 modperl-2.0/xs/APR/Table/APR__Table.h Index: APR__Table.h =================================================================== RCS file: /home/cvs/modperl-2.0/xs/APR/Table/APR__Table.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- APR__Table.h 24 Aug 2002 17:15:58 -0000 1.9 +++ APR__Table.h 4 Jun 2003 02:31:56 -0000 1.10 @@ -143,7 +143,7 @@ XSRETURN_UNDEF; } - if(GIMME_V == G_SCALAR) { + if (GIMME_V == G_SCALAR) { const char *val = apr_table_get(t, key); if (val) {