]> granicus.if.org Git - postgis/commitdiff
Drop spurious white spaces. Should fix #1409. Thanks Peter Clark.
authorSandro Santilli <strk@keybit.net>
Wed, 28 Dec 2011 11:01:47 +0000 (11:01 +0000)
committerSandro Santilli <strk@keybit.net>
Wed, 28 Dec 2011 11:01:47 +0000 (11:01 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@8599 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/Makefile.in

index d9f3e45819a164f934ae2f9b899b441c51541167..c432299e35ff5034ce4405e37b91e0f4d80f00e1 100644 (file)
@@ -90,13 +90,13 @@ $(SQL_OBJS): %.in: %.in.c
 
 # SQL objects deps here
 $(SQL_OBJS): ../../postgis/sqldefines.h
-       
+
 #remove all create object types since these can't be done cleanly in an upgrade
 rtpostgis_upgrade.sql: rtpostgis.sql
                 sed -e '/^\(CREATE\|ALTER\) \(CAST\|OPERATOR\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\).*;/d' \
                 -e '/^\(CREATE\|ALTER\) \(CAST\|OPERATOR\|TYPE\|TABLE\|SCHEMA\|DOMAIN\|TRIGGER\)/,/\;/d' \
                 $< > $@
-                
+
 rtpostgis_upgrade_20_minor.sql: rtpostgis_drop.sql rtpostgis_upgrade_cleanup.sql rtpostgis_upgrade.sql 
        cat $^ > $@