From a629fda922fef6777f42154c51120b2c5b4f39df Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 26 Sep 2017 13:56:58 +0000 Subject: [PATCH] Remove trailing blanks git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15827 b70326c6-7e19-0410-871a-916f4a2858ee --- loader/pgsql2shp-cli.c | 4 ++-- raster/loader/raster2pgsql.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/loader/pgsql2shp-cli.c b/loader/pgsql2shp-cli.c index 5fe0770fa..7c5c064cd 100644 --- a/loader/pgsql2shp-cli.c +++ b/loader/pgsql2shp-cli.c @@ -140,7 +140,7 @@ main(int argc, char **argv) /* 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 @@ main(int argc, char **argv) { fprintf(stderr, "%s\n", state->message); fflush(stderr); - + if (ret == SHPDUMPERERR) exit(1); } diff --git a/raster/loader/raster2pgsql.c b/raster/loader/raster2pgsql.c index 18eaba53b..07c31dfdf 100644 --- a/raster/loader/raster2pgsql.c +++ b/raster/loader/raster2pgsql.c @@ -1229,7 +1229,7 @@ add_raster_constraints( (regular_blocking ? "TRUE" : "FALSE"), (max_extent ? "TRUE" : "FALSE") ); - + if (_schema != NULL) rtdealloc(_schema); rtdealloc(_table); @@ -1330,7 +1330,7 @@ add_overview_constraints( _column, factor ); - + if (_ovschema != NULL) rtdealloc(_ovschema); rtdealloc(_ovtable); @@ -2281,7 +2281,7 @@ main(int argc, char **argv) { char *tmp = NULL; rt_init_allocators(); - + #ifdef USE_NLS setlocale (LC_ALL, ""); bindtextdomain (PACKAGE, LOCALEDIR); -- 2.40.0