[postgis-tickets] r15825 - Remove trailing blanks
Sandro Santilli
strk at kbt.io
Tue Sep 26 06:54:58 PDT 2017
Author: strk
Date: 2017-09-26 06:54:58 -0700 (Tue, 26 Sep 2017)
New Revision: 15825
Modified:
trunk/loader/pgsql2shp-cli.c
trunk/raster/loader/raster2pgsql.c
Log:
Remove trailing blanks
Modified: trunk/loader/pgsql2shp-cli.c
===================================================================
--- trunk/loader/pgsql2shp-cli.c 2017-09-26 13:35:11 UTC (rev 15824)
+++ trunk/loader/pgsql2shp-cli.c 2017-09-26 13:54:58 UTC (rev 15825)
@@ -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: trunk/raster/loader/raster2pgsql.c
===================================================================
--- trunk/raster/loader/raster2pgsql.c 2017-09-26 13:35:11 UTC (rev 15824)
+++ trunk/raster/loader/raster2pgsql.c 2017-09-26 13:54:58 UTC (rev 15825)
@@ -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