mirror of
https://github.com/postgres/postgres.git
synced 2026-05-29 03:54:41 -04: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