]> granicus.if.org Git - postgis/commitdiff
Remove trailing blanks
authorSandro Santilli <strk@kbt.io>
Tue, 26 Sep 2017 13:56:58 +0000 (13:56 +0000)
committerSandro Santilli <strk@kbt.io>
Tue, 26 Sep 2017 13:56:58 +0000 (13:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15827 b70326c6-7e19-0410-871a-916f4a2858ee

loader/pgsql2shp-cli.c
raster/loader/raster2pgsql.c

index 5fe0770fa6ed00b6b003e3edbf376c43d92a8809..7c5c064cd4b0feabeaac49e4a5c0b16ab3489a5e 100644 (file)
@@ -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);
                }
index 18eaba53b97fe0a0c0b300aa0d19a047a8682c6f..07c31dfdf6c4f0bd036de2a270c068610a5b5afc 100644 (file)
@@ -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);