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
This commit is contained in:
Regina Obe 2009-11-13 03:35:38 +00:00
parent 1e23c66a44
commit 0bb841cf31

View file

@ -10118,7 +10118,7 @@ SELECT
l1_cross_l2 | l2_cross_l1
-------------+-------------
3 | -3
3 | -3
</programlisting>
</para>
</entry>
@ -10144,7 +10144,7 @@ FROM (
l1_cross_l2 | l2_cross_l1
-------------+-------------
2 | -3
2 | -2
</programlisting>
</para>
</entry>
@ -10171,7 +10171,7 @@ FROM (
l1_cross_l2 | l2_cross_l1
-------------+-------------
-1 | 1
-1 | 1
</programlisting>
</para>
</entry>
@ -10196,7 +10196,7 @@ FROM (SELECT
l1_cross_l2 | l2_cross_l1
-------------+-------------
-2 | 0
-2 | 2
</programlisting>
</para>
</entry>