[postgis-tickets] r15827 - Remove trailing blanks

Sandro Santilli strk at kbt.io
Tue Sep 26 06:56:58 PDT 2017


Author: strk
Date: 2017-09-26 06:56:58 -0700 (Tue, 26 Sep 2017)
New Revision: 15827

Modified:
   branches/2.4/loader/pgsql2shp-cli.c
   branches/2.4/raster/loader/raster2pgsql.c
Log:
Remove trailing blanks

Modified: branches/2.4/loader/pgsql2shp-cli.c
===================================================================
--- branches/2.4/loader/pgsql2shp-cli.c	2017-09-26 13:55:05 UTC (rev 15826)
+++ branches/2.4/loader/pgsql2shp-cli.c	2017-09-26 13:56:58 UTC (rev 15827)
@@ -140,7 +140,7 @@
 			/* Schema qualified table name */
 			char *strptr = argv[pgis_optind];
 			char *chrptr = strchr(strptr, '.');
-			
+
 				/* OK, this is a schema-qualified table name... */
       if (chrptr)
       {
@@ -217,7 +217,7 @@
 		{
 			fprintf(stderr, "%s\n", state->message);
 			fflush(stderr);
-	
+
 			if (ret == SHPDUMPERERR)
 				exit(1);
 		}

Modified: branches/2.4/raster/loader/raster2pgsql.c
===================================================================
--- branches/2.4/raster/loader/raster2pgsql.c	2017-09-26 13:55:05 UTC (rev 15826)
+++ branches/2.4/raster/loader/raster2pgsql.c	2017-09-26 13:56:58 UTC (rev 15827)
@@ -1229,7 +1229,7 @@
 		(regular_blocking ? "TRUE" : "FALSE"),
 		(max_extent ? "TRUE" : "FALSE")
 	);
-	
+
 	if (_schema != NULL)
 		rtdealloc(_schema);
 	rtdealloc(_table);
@@ -1330,7 +1330,7 @@
 		_column,
 		factor
 	);
-	
+
 	if (_ovschema != NULL)
 		rtdealloc(_ovschema);
 	rtdealloc(_ovtable);
@@ -2281,7 +2281,7 @@
 	char *tmp = NULL;
 
 	rt_init_allocators();
-	
+
 #ifdef USE_NLS
 	setlocale (LC_ALL, "");
 	bindtextdomain (PACKAGE, LOCALEDIR);



More information about the postgis-tickets mailing list