diff options
author | Peter Eisentraut | 2010-08-19 05:57:36 +0000 |
---|---|---|
committer | Peter Eisentraut | 2010-08-19 05:57:36 +0000 |
commit | 3f1197191685512d1968ffd8958497159944c2a1 (patch) | |
tree | e87eee088562121ea0b586694dd478eb0c480ca2 /src/tutorial | |
parent | d37781fa82fa6b4316e51aca210d5fb53bd33983 (diff) |
Remove extra newlines at end and beginning of files, add missing newlines
at end of files.
Diffstat (limited to 'src/tutorial')
-rw-r--r-- | src/tutorial/syscat.source | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tutorial/syscat.source b/src/tutorial/syscat.source index 11689352d30..2ab169e9ce6 100644 --- a/src/tutorial/syscat.source +++ b/src/tutorial/syscat.source @@ -7,7 +7,7 @@ -- Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group -- Portions Copyright (c) 1994, Regents of the University of California -- --- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.21 2010/01/02 16:58:17 momjian Exp $ +-- $PostgreSQL: pgsql/src/tutorial/syscat.source,v 1.22 2010/08/19 05:57:36 petere Exp $ -- --------------------------------------------------------------------------- @@ -182,4 +182,3 @@ SELECT am.amname, n.nspname, opf.opfname, opr.oprname -- Reset the search path -- RESET SEARCH_PATH; - |