From: Paul Ramsey Date: Fri, 27 Nov 2009 17:50:24 +0000 (+0000) Subject: Add newlines at file ends to silence warnings X-Git-Tag: 1.5.0b1~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d3a5616a38b9359916c0c45faeda1130290ea75;p=postgis Add newlines at file ends to silence warnings git-svn-id: http://svn.osgeo.org/postgis/trunk@4913 b70326c6-7e19-0410-871a-916f4a2858ee --- 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 +}; +