Skip to content

Commit 80c8772

Browse files
committed
Fix whitespace
1 parent 38abc39 commit 80c8772

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/test/regress/expected/rules.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3553,7 +3553,7 @@ DROP TABLE ruletest2;
35533553
--
35543554
-- Test non-SELECT rule on security invoker view.
35553555
-- Should use view owner's permissions.
3556-
--
3556+
--
35573557
CREATE USER regress_rule_user1;
35583558
CREATE TABLE ruletest_t1 (x int);
35593559
CREATE TABLE ruletest_t2 (x int);

src/test/regress/sql/rules.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1294,7 +1294,7 @@ DROP TABLE ruletest2;
12941294
--
12951295
-- Test non-SELECT rule on security invoker view.
12961296
-- Should use view owner's permissions.
1297-
--
1297+
--
12981298
CREATE USER regress_rule_user1;
12991299

13001300
CREATE TABLE ruletest_t1 (x int);

src/tools/mark_pgdllimport.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
{
3535
my $needs_pgdllimport = 1;
3636

37-
# By convention we declare global variables explicitly extern. We're
37+
# By convention we declare global variables explicitly extern. We're
3838
# looking for those not already marked with PGDLLIMPORT.
3939
$needs_pgdllimport = 0 if $raw_line !~ /^extern\s+/
4040
|| $raw_line =~ /PGDLLIMPORT/;

0 commit comments

Comments
 (0)