diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp
index 2672747605ef3db04c1dd35acfa53fcb900c82e9..f8a4ce7ad0fc8362fa220666026840dcf9394f19 100755
--- a/indra/newview/llfloaterworldmap.cpp
+++ b/indra/newview/llfloaterworldmap.cpp
@@ -92,7 +92,7 @@ struct SortRegionNames
 {
 	inline bool operator ()(std::pair <U64, LLSimInfo*> const& _left, std::pair <U64, LLSimInfo*> const& _right)
 	{
-		return(LLStringUtil::compareInsensitive(_left.second->getName(),_right.second->getName()) < 0);
+		return(LLStringUtil::compareInsensitive(_left.second->getName(), _right.second->getName()) < 0);
 	}
 };