[postgis-tickets] r15434 - Style only change: remove trailing spaces

Sandro Santilli strk at kbt.io
Mon Jun 19 13:35:14 PDT 2017


Author: strk
Date: 2017-06-19 13:35:14 -0700 (Mon, 19 Jun 2017)
New Revision: 15434

Modified:
   trunk/postgis/Makefile.in
Log:
Style only change: remove trailing spaces

Modified: trunk/postgis/Makefile.in
===================================================================
--- trunk/postgis/Makefile.in	2017-06-19 16:10:16 UTC (rev 15433)
+++ trunk/postgis/Makefile.in	2017-06-19 20:35:14 UTC (rev 15434)
@@ -27,7 +27,7 @@
 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 @@
 # 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 @@
 %.sql: %.sql.in
 	$(SQLPP) -I../libpgcommon $< | grep -v '^#' | \
 	$(PERL) -lpe "s'MODULE_PATHNAME'\$$libdir/postgis- at POSTGIS_MAJOR_VERSION@. at 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- at POSTGIS_MAJOR_VERSION@. at POSTGIS_MINOR_VERSION@'g" > $@
@@ -218,10 +218,10 @@
 #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 @@
 	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



More information about the postgis-tickets mailing list