From: Sandro Santilli Date: Mon, 13 Sep 2004 14:26:27 +0000 (+0000) Subject: indentation fix X-Git-Tag: pgis_1_0_0RC1~457 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0faa8f459107ed66deee56896dbc68e9531f32f9;p=postgis indentation fix git-svn-id: http://svn.osgeo.org/postgis/trunk@807 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis_svg.c b/postgis_svg.c index 814c28b66..dd35dc01e 100644 --- a/postgis_svg.c +++ b/postgis_svg.c @@ -16,6 +16,9 @@ * ********************************************************************** * $Log$ + * Revision 1.4 2004/09/13 14:26:27 strk + * indentation fix + * * Revision 1.3 2004/09/10 16:16:31 pramsey * Added Log tag to header. * @@ -30,9 +33,8 @@ Datum assvg_geometry(PG_FUNCTION_ARGS); char *geometry_to_svg(GEOMETRY *geometry, int svgrel, int precision); void print_svg_coords(char *result, POINT3D *pt, int precision); void print_svg_circle(char *result, POINT3D *pt, int precision); -void print_svg_path_abs(char *result, POINT3D *pt ,int npoints, int -precision); void print_svg_path_rel(char *result, POINT3D *pt ,int -npoints, int precision); +void print_svg_path_abs(char *result, POINT3D *pt, int npoints, int precision); +void print_svg_path_rel(char *result, POINT3D *pt, int npoints, int precision); #define SHOW_DIGS_DOUBLE 15 #define MAX_DIGS_DOUBLE (SHOW_DIGS_DOUBLE + 6 + 1 + 3 +1) @@ -327,6 +329,9 @@ precision){ /********************************************************************** * $Log$ + * Revision 1.4 2004/09/13 14:26:27 strk + * indentation fix + * * Revision 1.3 2004/09/10 16:16:31 pramsey * Added Log tag to header. *