From 498d53f17787fe37c8adf121fb071712c5c4e587 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 21 Jul 2011 21:45:27 +0530 Subject: [PATCH] Keep 1 space after the longest variable name --- libraries/gis/pma_gis_geometry.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libraries/gis/pma_gis_geometry.php b/libraries/gis/pma_gis_geometry.php index 575fc73485..ac5435a741 100644 --- a/libraries/gis/pma_gis_geometry.php +++ b/libraries/gis/pma_gis_geometry.php @@ -48,11 +48,11 @@ abstract class PMA_GIS_Geometry * Prepares the JavaScript related to a row in the GIS dataset * to visualize it with OpenLayers. * - * @param string $spatial GIS data object - * @param int $srid Spatial reference ID - * @param string $label Label for the GIS data object - * @param string $color Color for the GIS data object - * @param array $scale_data Array containing data related to scaling + * @param string $spatial GIS data object + * @param int $srid Spatial reference ID + * @param string $label Label for the GIS data object + * @param string $color Color for the GIS data object + * @param array $scale_data Array containing data related to scaling * * @return the JavaScript related to a row in the GIS dataset */