]> granicus.if.org Git - postgis/commitdiff
Hoepfully last trailing space
authorRegina Obe <lr@pcorp.us>
Sun, 28 Jul 2019 21:37:00 +0000 (21:37 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 28 Jul 2019 21:37:00 +0000 (21:37 +0000)
References #4403

git-svn-id: http://svn.osgeo.org/postgis/trunk@17623 b70326c6-7e19-0410-871a-916f4a2858ee

loader/shp2pgsql-core.c

index 4ec0b47ef89d44d8280014a6c78639d221d35fff..92d726591eeb440efb7d1b1ab1c4723a0ff65a95 100644 (file)
@@ -1460,7 +1460,7 @@ ShpLoaderGetSQLHeader(SHPLOADERSTATE *state, char **strheader)
                        stringbuffer_aprintf(sb, "'%s',%d);\n", state->pgtype, state->pgdims);
                }
        }
-       
+
        /**If we are in dump mode and a transform was asked for need to create a temp table to store original data
         You may ask, why don't we go straight into the main table and then do an alter table alter column afterwards
         Main reason is so we don't incur the penalty of WAL logging when we change the typmod in final run. **/