mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-08 22:37:38 +08:00
Remove useless whitespace at end of lines
This commit is contained in:
@ -2657,7 +2657,7 @@ select exc_using(5, 'foobar');
|
||||
drop function exc_using(int, text);
|
||||
|
||||
create or replace function exc_using(int) returns void as $$
|
||||
declare
|
||||
declare
|
||||
c refcursor;
|
||||
i int;
|
||||
begin
|
||||
@ -2668,7 +2668,7 @@ begin
|
||||
raise notice '%', i;
|
||||
end loop;
|
||||
close c;
|
||||
return;
|
||||
return;
|
||||
end;
|
||||
$$ language plpgsql;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user