From 02f047e9f1a7970a51ed6c16451d20374cdd3f54 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Tue, 11 Sep 2018 18:41:32 -0500 Subject: [PATCH] a pox on whitespace --- library/modules/Maps.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/library/modules/Maps.cpp b/library/modules/Maps.cpp index c40326195..361ada0f1 100644 --- a/library/modules/Maps.cpp +++ b/library/modules/Maps.cpp @@ -749,7 +749,6 @@ namespace { if (flip_latitude == -1) // NO POLES { - // If there're no poles, tropical area is determined by temperature is_possible_tropical_area_by_latitude = region.temperature >= 75; is_tropical_area_by_latitude = region.temperature >= 85;