From 88e051626d22a041171bfaee4c963e42c1cdb8de Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Wed, 4 Oct 2017 16:57:31 +0000 Subject: [PATCH] Get rid of trailing spaces git-svn-id: http://svn.osgeo.org/postgis/trunk@15885 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/lwgeom_functions_basic.c | 50 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/postgis/lwgeom_functions_basic.c b/postgis/lwgeom_functions_basic.c index a81794f7e..49a036602 100644 --- a/postgis/lwgeom_functions_basic.c +++ b/postgis/lwgeom_functions_basic.c @@ -102,7 +102,7 @@ Datum LWGEOM_setpoint_linestring(PG_FUNCTION_ARGS); Datum LWGEOM_asEWKT(PG_FUNCTION_ARGS); Datum LWGEOM_hasBBOX(PG_FUNCTION_ARGS); Datum LWGEOM_azimuth(PG_FUNCTION_ARGS); -Datum LWGEOM_angle(PG_FUNCTION_ARGS); +Datum LWGEOM_angle(PG_FUNCTION_ARGS); Datum LWGEOM_affine(PG_FUNCTION_ARGS); Datum LWGEOM_longitude_shift(PG_FUNCTION_ARGS); Datum optimistic_overlap(PG_FUNCTION_ARGS); @@ -2434,19 +2434,19 @@ Datum LWGEOM_angle(PG_FUNCTION_ARGS) GSERIALIZED * seri_geoms[4]; LWGEOM *geom_unser; LWPOINT *lwpoint; - POINT2D points[4]; + POINT2D points[4]; double az1,az2 ; double result; int srids[4]; - int i = 0 ; + int i = 0 ; int j = 0; - int err_code = 0; - int n_args = PG_NARGS(); + int err_code = 0; + int n_args = PG_NARGS(); /* no deserialize, checking for common error first*/ for(i=0; ipoint, 0, &points[i]) ) - { + { /* // can't free serialized geom, it might be needed by lw for (j=0;j