From 3f1197191685512d1968ffd8958497159944c2a1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 19 Aug 2010 05:57:36 +0000 Subject: Remove extra newlines at end and beginning of files, add missing newlines at end of files. --- contrib/btree_gist/sql/int4.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/btree_gist/sql/int4.sql') diff --git a/contrib/btree_gist/sql/int4.sql b/contrib/btree_gist/sql/int4.sql index 2f80c5afd1b..31307d3610d 100644 --- a/contrib/btree_gist/sql/int4.sql +++ b/contrib/btree_gist/sql/int4.sql @@ -29,4 +29,3 @@ SELECT count(*) FROM int4tmp WHERE a = 237::int4; SELECT count(*) FROM int4tmp WHERE a >= 237::int4; SELECT count(*) FROM int4tmp WHERE a > 237::int4; - -- cgit v1.2.3