From 0bb841cf3115e71e3a5326054d6b1bf431acd41b Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 13 Nov 2009 03:35:38 +0000 Subject: [PATCH] fix formatting in ST_LineCrossingDirection (replace tabs with spaces)-- show new corrected output after #272 - should be negatively symmetric fix git-svn-id: http://svn.osgeo.org/postgis/trunk@4795 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/reference.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/reference.xml b/doc/reference.xml index cec6eace6..29716b86d 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -10118,7 +10118,7 @@ SELECT l1_cross_l2 | l2_cross_l1 -------------+------------- - 3 | -3 + 3 | -3 @@ -10144,7 +10144,7 @@ FROM ( l1_cross_l2 | l2_cross_l1 -------------+------------- - 2 | -3 + 2 | -2 @@ -10171,7 +10171,7 @@ FROM ( l1_cross_l2 | l2_cross_l1 -------------+------------- - -1 | 1 + -1 | 1 @@ -10196,7 +10196,7 @@ FROM (SELECT l1_cross_l2 | l2_cross_l1 -------------+------------- - -2 | 0 + -2 | 2 -- 2.50.1