diff options
| author | Peter Eisentraut | 2022-04-09 14:17:41 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2022-04-09 14:17:41 +0000 |
| commit | 80c877271a61bd11d6a2ff9a37f1f414a1b082ab (patch) | |
| tree | 12c7657d708e9c1e3ee6d43abd33ae9b1f1d97d9 /src/tools | |
| parent | 38abc39c81f9d51cff0b4dccebd5bf73327f19e1 (diff) | |
Fix whitespace
Diffstat (limited to 'src/tools')
| -rwxr-xr-x | src/tools/mark_pgdllimport.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/mark_pgdllimport.pl b/src/tools/mark_pgdllimport.pl index 3152c1428bb..a09ec5a369e 100755 --- a/src/tools/mark_pgdllimport.pl +++ b/src/tools/mark_pgdllimport.pl @@ -34,7 +34,7 @@ for my $include_file (@ARGV) { my $needs_pgdllimport = 1; - # By convention we declare global variables explicitly extern. We're + # By convention we declare global variables explicitly extern. We're # looking for those not already marked with PGDLLIMPORT. $needs_pgdllimport = 0 if $raw_line !~ /^extern\s+/ || $raw_line =~ /PGDLLIMPORT/; |
