diff options
author | Tom Lane | 2019-05-22 17:36:19 +0000 |
---|---|---|
committer | Tom Lane | 2019-05-22 17:36:19 +0000 |
commit | db6e2b4c52ade524f3db419d75084728e96e1f9c (patch) | |
tree | 2babbcb444df4f2e2725010b9238334c9d27a4c0 /src/include | |
parent | 8255c7a5eeba8f1a38b7a431c04909bde4f5e67d (diff) |
Initial pgperltidy run for v12.
Make all the perl code look nice, too (for some value of "nice").
Diffstat (limited to 'src/include')
-rwxr-xr-x | src/include/catalog/unused_oids | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/catalog/unused_oids b/src/include/catalog/unused_oids index 19149a0edf7..e3fcd913e83 100755 --- a/src/include/catalog/unused_oids +++ b/src/include/catalog/unused_oids @@ -34,8 +34,7 @@ my $oids = Catalog::FindAllOidsFromHeaders(@input_files); # Also push FirstGenbkiObjectId to serve as a terminator for the last gap. my $FirstGenbkiObjectId = - Catalog::FindDefinedSymbol('access/transam.h', '..', - 'FirstGenbkiObjectId'); + Catalog::FindDefinedSymbol('access/transam.h', '..', 'FirstGenbkiObjectId'); push @{$oids}, $FirstGenbkiObjectId; my $prev_oid = 0; |