diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-22 13:36:19 -0400 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-05-22 13:36:19 -0400 |
| commit | db6e2b4c52ade524f3db419d75084728e96e1f9c (patch) | |
| tree | 2babbcb444df4f2e2725010b9238334c9d27a4c0 /src/include | |
| parent | 8255c7a5eeba8f1a38b7a431c04909bde4f5e67d (diff) | |
| download | postgresql-db6e2b4c52ade524f3db419d75084728e96e1f9c.tar.gz | |
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 19149a0edf..e3fcd913e8 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; |
