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";