[postgis-tickets] r15731 - Remove trailing blanks
Sandro Santilli
strk at kbt.io
Thu Sep 14 08:56:58 PDT 2017
Author: strk
Date: 2017-09-14 08:56:58 -0700 (Thu, 14 Sep 2017)
New Revision: 15731
Modified:
trunk/extensions/address_standardizer/pagc_api.h
trunk/liblwgeom/bytebuffer.h
trunk/liblwgeom/effectivearea.h
trunk/liblwgeom/lwin_wkt.h
trunk/liblwgeom/lwtree.h
trunk/liblwgeom/lwunionfind.h
trunk/libpgcommon/lwgeom_pg.h
trunk/loader/shp2pgsql-core.h
trunk/raster/rt_core/librtcore.h
Log:
Remove trailing blanks
Modified: trunk/extensions/address_standardizer/pagc_api.h
===================================================================
--- trunk/extensions/address_standardizer/pagc_api.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/extensions/address_standardizer/pagc_api.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -977,7 +977,7 @@
/*-- <revision date='2012-08-30'> Use check_macro </revision> --*/
int read_unstandardized(SCHEMA *, DS_Handle, DS_Entity_t, int *, int *, int *, char *, CHECK_MACRO* , char *, char **, DS_Field_t *, int *, ERR_PARAM *) ;
-/* -- makebeta.c -- */
+/* -- makebeta.c -- */
int init_standardized_table(SCHEMA *, ERR_PARAM *) ;
int soundex_street_words(char *, char **) ;
/* 2008-08-01 : add stand_alt_macro flag for alternate city names */
@@ -1243,7 +1243,7 @@
#define INTEGER_AS_BYTES( PTR_VAL ) \
* ( ( int * ) ( PTR_VAL ) )
-
+
#define DOUBLE_AS_BYTES( PTR_VAL ) \
*( ( double * ) ( PTR_VAL ) )
Modified: trunk/liblwgeom/bytebuffer.h
===================================================================
--- trunk/liblwgeom/bytebuffer.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/liblwgeom/bytebuffer.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -38,8 +38,8 @@
{
size_t capacity;
uint8_t *buf_start;
- uint8_t *writecursor;
- uint8_t *readcursor;
+ uint8_t *writecursor;
+ uint8_t *readcursor;
}
bytebuffer_t;
Modified: trunk/liblwgeom/effectivearea.h
===================================================================
--- trunk/liblwgeom/effectivearea.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/liblwgeom/effectivearea.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -50,7 +50,7 @@
When elliminating points the neighbor points has its effective area affected and the minheap helps to resort efficient.
*/
typedef struct
-{
+{
int maxSize;
int usedSize;
areanode **key_array;
Modified: trunk/liblwgeom/lwin_wkt.h
===================================================================
--- trunk/liblwgeom/lwin_wkt.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/liblwgeom/lwin_wkt.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -36,7 +36,7 @@
double y;
double z;
double m;
-}
+}
POINT;
/*
Modified: trunk/liblwgeom/lwtree.h
===================================================================
--- trunk/liblwgeom/lwtree.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/liblwgeom/lwtree.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -32,7 +32,7 @@
struct rect_node *right_node;
POINT2D *p1;
POINT2D *p2;
-} RECT_NODE;
+} RECT_NODE;
int rect_tree_contains_point(const RECT_NODE *tree, const POINT2D *pt, int *on_boundary);
int rect_tree_intersects_tree(const RECT_NODE *tree1, const RECT_NODE *tree2);
Modified: trunk/liblwgeom/lwunionfind.h
===================================================================
--- trunk/liblwgeom/lwunionfind.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/liblwgeom/lwunionfind.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -55,7 +55,7 @@
* same cluster are contiguous in the array */
uint32_t* UF_ordered_by_cluster(UNIONFIND* uf);
-/* Replace the cluster ids in a UNIONFIND with sequential ids starting at one.
+/* Replace the cluster ids in a UNIONFIND with sequential ids starting at one.
* If is_in_cluster array is provided, it will be used to skip any indexes
* that are not in a cluster.
* */
Modified: trunk/libpgcommon/lwgeom_pg.h
===================================================================
--- trunk/libpgcommon/lwgeom_pg.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/libpgcommon/lwgeom_pg.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -49,7 +49,7 @@
} while (0);
#else /* POSTGIS_DEBUG_LEVEL */
-
+
/* Empty prototype that can be optimised away by the compiler for non-debug builds */
#define POSTGIS_DEBUG(level, msg) \
((void) 0)
Modified: trunk/loader/shp2pgsql-core.h
===================================================================
--- trunk/loader/shp2pgsql-core.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/loader/shp2pgsql-core.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -101,7 +101,7 @@
/* 0 = MULTIPOLYGON/MULTILINESTRING, 1 = force to POLYGON/LINESTRING */
int simple_geometries;
-
+
/* 0 = geometry, 1 = geography */
int geography;
@@ -143,7 +143,7 @@
/* whether to do a single transaction or run each statement on its own */
int usetransaction;
-
+
/* Name of the column map file if specified */
char *column_map_filename;
@@ -160,7 +160,7 @@
/* Shapefile handle */
SHPHandle hSHPHandle;
-
+
/* Shapefile type */
int shpfiletype;
@@ -188,7 +188,7 @@
/* Pointer to an array of PostgreSQL field types */
char **pgfieldtypes;
-
+
/* String containing colume name list in the form "(col1, col2, col3 ... , colN)" */
char *col_names;
@@ -216,7 +216,7 @@
/* geometry/geography column name to use. Will be set to the default if the config did
not specify a column name. */
char *geo_col;
-
+
/* Column map */
colmap column_map;
Modified: trunk/raster/rt_core/librtcore.h
===================================================================
--- trunk/raster/rt_core/librtcore.h 2017-09-14 15:36:59 UTC (rev 15730)
+++ trunk/raster/rt_core/librtcore.h 2017-09-14 15:56:58 UTC (rev 15731)
@@ -829,7 +829,7 @@
int exclude_nodata_value, double sample, int inc_vals,
uint64_t *cK, double *cM, double *cQ
);
-
+
/**
* Count the distribution of data
*
More information about the postgis-tickets
mailing list