]> granicus.if.org Git - postgis/commitdiff
Add newlines at file ends to silence warnings
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 27 Nov 2009 17:50:24 +0000 (17:50 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 27 Nov 2009 17:50:24 +0000 (17:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4913 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/cunit/cu_geodetic.c
liblwgeom/cunit/cu_geodetic_data.h

index 09c9748cc2e58b90dd9a15f64758df9d6f1dd02f..aa5fef9d9513e7c5380a9982ba0212de6b540cfc 100644 (file)
@@ -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
+}
+
index 532f5795945945adfd74880937c012328802b9f3..6bc6f781be0c9c1b73257483e2eb57dd05337899 100644 (file)
@@ -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
+};
+