some more tabs to spaces

This commit is contained in:
rolux 2013-06-02 22:19:36 +02:00
commit 4950898b34
7 changed files with 19 additions and 19 deletions

View file

@ -136,7 +136,7 @@
Math.sin(pointA.lat) * Math.sin(pointB.lat)
+ Math.cos(pointA.lat) * Math.cos(pointB.lat)
* Math.cos(pointB.lng - pointA.lng)
) * Ox.EARTH_RADIUS;
) * Ox.EARTH_RADIUS;
};
/*@