Fix indentation

This commit is contained in:
Madhura Jayaratne 2011-08-22 20:44:09 +05:30
parent a7e48cde10
commit 47f79cf091

View File

@ -59,19 +59,19 @@ class PMA_GIS_FactoryTest extends PHPUnit_Framework_TestCase
'PMA_GIS_Multilinestring'
),
array(
'LINESTRING',
'LINESTRING',
'PMA_GIS_Linestring'
),
array(
'MULTIPOINT',
'MULTIPOINT',
'PMA_GIS_Multipoint'
),
array(
'POINT',
'POINT',
'PMA_GIS_Point'
),
array(
'GEOMETRYCOLLECTION',
array(
'GEOMETRYCOLLECTION',
'PMA_GIS_Geometrycollection'
),
);