]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib/lib.php
spaces-to-tabs for all *.php files
[nominatim.git] / lib / lib.php
index 50cf3dc4b44ac21ce572d62751736fcefc216f81..2134e1a44d78aae77f6769a3cac28f35bae2effa 100644 (file)
        function bySearchRank($a, $b)
        {
                if ($a['iSearchRank'] == $b['iSearchRank'])
-            return strlen($a['sOperator']) + strlen($a['sHouseNumber']) - strlen($b['sOperator']) - strlen($b['sHouseNumber']);
+                       return strlen($a['sOperator']) + strlen($a['sHouseNumber']) - strlen($b['sOperator']) - strlen($b['sHouseNumber']);
                return ($a['iSearchRank'] < $b['iSearchRank']?-1:1);
        }