]> granicus.if.org Git - postgis/commitdiff
fix formatting in ST_LineCrossingDirection (replace tabs with spaces)-- show new...
authorRegina Obe <lr@pcorp.us>
Fri, 13 Nov 2009 03:35:38 +0000 (03:35 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 13 Nov 2009 03:35:38 +0000 (03:35 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@4795 b70326c6-7e19-0410-871a-916f4a2858ee

doc/reference.xml

index cec6eace66c24cec90a360cc9309c3de02c3cec2..29716b86d8923c6dcfe5a27885083a23ed21f639 100644 (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>