[svn:DBD-Pg] r11492 - DBD-Pg/trunk [email protected] Sun, 6 Jul 2008 18:38:31 -0700 (PDT) Newsgroups perl.dbd.pg.changes Message-ID <[email protected]> Author: turnstep Date: Sun Jul 6 18:38:30 2008 New Revision: 11492 Modified: DBD-Pg/trunk/types.c Log: Slight formatting tweak. Modified: DBD-Pg/trunk/types.c ============================================================================== --- DBD-Pg/trunk/types.c (original) +++ DBD-Pg/trunk/types.c Sun Jul 6 18:38:30 2008 @@ -541,7 +541,7 @@ if (0 == $step) { if (/^is/) { for (sort { $pgtype{$a}{define} cmp $pgtype{$b}{define} } keys %pgtype) { - printf $newfh qq{is(%-*s, %5s, '%s returns correct value');\n}, + printf $newfh qq{is (%-*s, %5s, '%s returns correct value');\n}, 3+$maxlen, $pgtype{$_}{define}, $pgtype{$_}{oid}, $pgtype{$_}{define}; } print $newfh "\n";