]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/reverse.php
make phpcs happy
[nominatim.git] / website / reverse.php
index db783455432596dae17836105b9509f949efe268..9c6368f0e1b73f0e3d352438499eff56b487409d 100755 (executable)
@@ -59,9 +59,9 @@ if (isset($aPlace)) {
         $aPlace['place_id'],
         $aPlace['lon'],
         $aPlace['lat'],
-        $fRadius, 
-        $fLat, 
-        $fLon 
+        $fRadius,
+        $fLat,
+        $fLon
     );
 
     if ($aOutlineResult) {