]> granicus.if.org Git - postgis/commitdiff
Style only change: remove trailing spaces
authorSandro Santilli <strk@kbt.io>
Mon, 19 Jun 2017 20:35:14 +0000 (20:35 +0000)
committerSandro Santilli <strk@kbt.io>
Mon, 19 Jun 2017 20:35:14 +0000 (20:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15434 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/Makefile.in

index 12b102157fc908cbb7f171f0b221ce4034ff8e1d..9dd7b0af0df42465592369e70c7d1246b76957ff 100644 (file)
@@ -27,7 +27,7 @@ MODULE_big=postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@
 MODULEDIR=contrib/$(MODULE_big)
 
 # Files to be copied to the contrib/ directory
-SQL_built=postgis.sql postgis_for_extension.sql uninstall_postgis.sql postgis_upgrade.sql postgis_upgrade_for_extension.sql postgis_proc_set_search_path.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql 
+SQL_built=postgis.sql postgis_for_extension.sql uninstall_postgis.sql postgis_upgrade.sql postgis_upgrade_for_extension.sql postgis_proc_set_search_path.sql legacy.sql uninstall_legacy.sql legacy_minimal.sql legacy_gist.sql
 DATA=../spatial_ref_sys.sql
 
 # SQL objects (files requiring pre-processing)
@@ -186,11 +186,11 @@ $(PG_OBJS): ../liblwgeom/.libs/liblwgeom.a ../libpgcommon/libpgcommon.a ../postg
 # Get protobuf-c compiler command
 PROTOCC=@PROTOCC@
 
-# Generate Mapbox Vector Tile encoder/decoder using protobuf-c compiler 
+# Generate Mapbox Vector Tile encoder/decoder using protobuf-c compiler
 vector_tile.pb-c.c vector_tile.pb-c.h: vector_tile.proto
        $(PROTOCC) --c_out=. $<
 
-# Generate Geobuf encoder/decoder using protobuf-c compiler 
+# Generate Geobuf encoder/decoder using protobuf-c compiler
 geobuf.pb-c.c geobuf.pb-c.h: geobuf.proto
        $(PROTOCC) --c_out=. $<
 
@@ -207,10 +207,10 @@ endif
 %.sql: %.sql.in
        $(SQLPP) -I../libpgcommon $< | grep -v '^#' | \
        $(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@'g;s'@extschema@\.''g" > $@
-       
+
 postgis_upgrade_for_extension.sql: postgis_drop_before.sql postgis_upgrade_for_extension.sql.in postgis_drop_after.sql
        cat $^ >> $@
-       
+
 postgis_for_extension.sql: postgis.sql.in
        $(SQLPP) -I../libpgcommon $< | grep -v '^#' | \
        $(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/postgis-@POSTGIS_MAJOR_VERSION@.@POSTGIS_MINOR_VERSION@'g" > $@
@@ -218,10 +218,10 @@ postgis_for_extension.sql: postgis.sql.in
 #this is redundant but trying to fold in with extension just hangs
 postgis_upgrade.sql.in: postgis.sql ../utils/postgis_proc_upgrade.pl
        $(PERL) ../utils/postgis_proc_upgrade.pl $< UNUSED > $@
-       
+
 postgis_upgrade_for_extension.sql.in: postgis_for_extension.sql ../utils/postgis_proc_upgrade.pl
        $(PERL) ../utils/postgis_proc_upgrade.pl $< UNUSED > $@
-       
+
 postgis_proc_set_search_path.sql: postgis.sql ../utils/postgis_proc_set_search_path.pl
        $(PERL) ../utils/postgis_proc_set_search_path.pl $< UNUSED > $@
 
@@ -230,7 +230,7 @@ postgis_upgrade.sql: postgis_drop_before.sql postgis_upgrade.sql.in postgis_drop
        cat $^ >> $@
        echo "COMMIT;" >> $@
 
-sfcgal_upgrade.sql.in: sfcgal.sql ../utils/postgis_proc_upgrade.pl 
+sfcgal_upgrade.sql.in: sfcgal.sql ../utils/postgis_proc_upgrade.pl
        $(PERL) ../utils/postgis_proc_upgrade.pl $< UNUSED > $@
 
 sfcgal_upgrade.sql: sfcgal_upgrade.sql.in postgis_drop_after.sql