From e4adb9f002aa9cbca9446d48572df883ea8ef867 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 8 Mar 2013 13:46:51 -0800 Subject: [PATCH] remove trailing white space from .h and make files --- lib/hashtable.h | 0 lib/pc_api.h | 2 +- lib/pc_api_internal.h | 2 +- pgsql/Makefile | 2 +- pgsql/pc_pgsql.h | 4 ++-- pgsql_postgis/Makefile | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) mode change 100755 => 100644 lib/hashtable.h diff --git a/lib/hashtable.h b/lib/hashtable.h old mode 100755 new mode 100644 diff --git a/lib/pc_api.h b/lib/pc_api.h index ce2a58f..8da084b 100644 --- a/lib/pc_api.h +++ b/lib/pc_api.h @@ -147,7 +147,7 @@ typedef struct uint32_t npoints; /* How many points we have */ double xmin, xmax, ymin, ymax; } PCPATCH; - + typedef struct { int type; diff --git a/lib/pc_api_internal.h b/lib/pc_api_internal.h index b3892c6..a7568f1 100644 --- a/lib/pc_api_internal.h +++ b/lib/pc_api_internal.h @@ -1,7 +1,7 @@ /*********************************************************************** * pc_api_internal.h * -* Signatures we need to share within the library, but not for +* Signatures we need to share within the library, but not for * use outside it. * * Portions Copyright (c) 2012, OpenGeo diff --git a/pgsql/Makefile b/pgsql/Makefile index c679cae..74ffe54 100644 --- a/pgsql/Makefile +++ b/pgsql/Makefile @@ -14,7 +14,7 @@ DATA = pointcloud--1.0.sql REGRESS = pointcloud # Add in build/link flags for lib -PG_CPPFLAGS += -I../lib +PG_CPPFLAGS += -I../lib SHLIB_LINK += $(filter -lm, $(LIBS)) $(XML2_LDFLAGS) $(ZLIB_LDFLAGS) ../lib/$(LIB_A) # We are going to use PGXS for sure diff --git a/pgsql/pc_pgsql.h b/pgsql/pc_pgsql.h index 893ae1a..fde6846 100644 --- a/pgsql/pc_pgsql.h +++ b/pgsql/pc_pgsql.h @@ -36,7 +36,7 @@ * the spatial reference system is indicated, and the data * packing scheme is indicated. */ -typedef struct +typedef struct { uint32_t size; uint32_t pcid; @@ -54,7 +54,7 @@ SERIALIZED_POINT; * the spatial reference system is indicated, and the data * packing scheme is indicated. */ -typedef struct +typedef struct { uint32_t size; uint32_t pcid; diff --git a/pgsql_postgis/Makefile b/pgsql_postgis/Makefile index 9c9e0a9..8f17bf9 100644 --- a/pgsql_postgis/Makefile +++ b/pgsql_postgis/Makefile @@ -10,7 +10,7 @@ DATA = $(EXTENSION)--1.0.sql #REGRESS = pointcloud # Add in build/link flags for lib -#PG_CPPFLAGS += -I../lib +#PG_CPPFLAGS += -I../lib #SHLIB_LINK += $(filter -lm, $(LIBS)) $(XML2_LDFLAGS) $(ZLIB_LDFLAGS) ../lib/$(LIB_A) # We are going to use PGXS for sure