From efbe46afd6deaac30c1078b2a96ee0bc63b4b6c3 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 2 Feb 2010 22:44:06 +0000 Subject: [PATCH] Tiny re-format git-svn-id: http://svn.osgeo.org/postgis/trunk@5190 b70326c6-7e19-0410-871a-916f4a2858ee --- postgis/geography_gist.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/postgis/geography_gist.c b/postgis/geography_gist.c index b22f0fb21..7a0f4cc7d 100644 --- a/postgis/geography_gist.c +++ b/postgis/geography_gist.c @@ -646,8 +646,8 @@ Datum geography_overlaps(PG_FUNCTION_ARGS) /* Must be able to build box for each arguement (ie, not empty geometry) and overlap boxes to return true. */ if ( geography_datum_gidx(PG_GETARG_DATUM(0), gbox1) && - geography_datum_gidx(PG_GETARG_DATUM(1), gbox2) && - gidx_overlaps(gbox1, gbox2) ) + geography_datum_gidx(PG_GETARG_DATUM(1), gbox2) && + gidx_overlaps(gbox1, gbox2) ) { PG_RETURN_BOOL(TRUE); } -- 2.50.1