From 1d3a5616a38b9359916c0c45faeda1130290ea75 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Fri, 27 Nov 2009 17:50:24 +0000 Subject: [PATCH] Add newlines at file ends to silence warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@4913 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/cu_geodetic.c | 3 ++- liblwgeom/cunit/cu_geodetic_data.h | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/liblwgeom/cunit/cu_geodetic.c b/liblwgeom/cunit/cu_geodetic.c index 09c9748cc..aa5fef9d9 100644 --- a/liblwgeom/cunit/cu_geodetic.c +++ b/liblwgeom/cunit/cu_geodetic.c @@ -975,4 +975,5 @@ void test_spheroid_area(void) //printf("\nsphere: %.12g\nspheroid: %.12g\n", a1, a2); CU_ASSERT_DOUBLE_EQUAL(a1, a2, 100000000.0); -} \ No newline at end of file +} + diff --git a/liblwgeom/cunit/cu_geodetic_data.h b/liblwgeom/cunit/cu_geodetic_data.h index 532f57959..6bc6f781b 100644 --- a/liblwgeom/cunit/cu_geodetic_data.h +++ b/liblwgeom/cunit/cu_geodetic_data.h @@ -55,4 +55,5 @@ char gbox_data[][512] = "LINESTRING(-77.90029319006709 -20.61989357708765,-29.776541043747443 88.24497900223159)", "LINESTRING(12.21419896647646 -2.2758177391540926,149.7713684095024 13.210117902931728)", "LINESTRING(-49.891199414628915 66.72545480471234,-39.418865490450656 -89.97504625275525)" -}; \ No newline at end of file +}; + -- 2.50.1