summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-27 11:36:42 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-27 11:36:42 +0100
commit73e6a060b0e7a7eb4f96448941282e3c7fbaeee0 (patch)
treea071ef9cbb81a7d2453514604d8ba1cda0e08711
parentce3d95455f4a5b7372b6ba4676f1692ae73569f9 (diff)
style
-rw-r--r--src/Panorama.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx
index ad0fdf4..e52b55c 100644
--- a/src/Panorama.cxx
+++ b/src/Panorama.cxx
@@ -348,8 +348,7 @@ Panorama::update_close_mountains() {
if (m->flags & Hill::TRACK_POINT ||
((m->phi != view_phi || m->lam != view_lam) &&
- (m->height / (m->dist * EARTH_RADIUS)
- > height_dist_ratio))) {
+ (m->height / (m->dist * EARTH_RADIUS) > height_dist_ratio))) {
m->a_nick = nick(m);
close_mountains->add(m);