From 838b38d238425c8fd8c0116e14cb0883940bcef5 Mon Sep 17 00:00:00 2001
From: Jonathan Yap <none@none>
Date: Tue, 19 Apr 2011 13:24:46 -0400
Subject: [PATCH] STORM-1128 Add space after a comma

---
 indra/newview/llfloaterworldmap.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp
index 2672747605e..f8a4ce7ad0f 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);
 	}
 };
 
-- 
GitLab