diff options
| author | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-01-30 15:32:04 +0000 | 
|---|---|---|
| committer | Ima Mechanique <ima.mechanique@secondlife.com> | 2014-01-30 15:32:04 +0000 | 
| commit | 93022725ea11dcae531440a3cce85b933a404c46 (patch) | |
| tree | 9f36c5d5ef720079d7b791abc49d666b819b5446 /indra | |
| parent | 93322ff17609ff4bb4f8f87f0b53783b68515279 (diff) | |
minor white-space fixes
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/llui/llkeywords.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/indra/llui/llkeywords.cpp b/indra/llui/llkeywords.cpp index 34dff22729..fd4ef33f59 100755 --- a/indra/llui/llkeywords.cpp +++ b/indra/llui/llkeywords.cpp @@ -76,8 +76,6 @@ LLKeywords::~LLKeywords()  	std::for_each(mDelimiterTokenList.begin(), mDelimiterTokenList.end(), DeletePointer());  } - -  void LLKeywords::addColorGroup(const std::string key_in, const LLColor4 color)  {  	WStringMapIndex key ( utf8str_to_wstring(key_in) ); @@ -94,7 +92,7 @@ void LLKeywords::addToken(LLKeywordToken::TOKEN_TYPE type,  	std::string tip_text = tool_tip_in;  	LLStringUtil::replaceString(tip_text, "\\n", "\n" );  	LLStringUtil::replaceString(tip_text, "\t", " " ); -	if (tip_text =="") +	if (tip_text == "")  	{  		tip_text = "[no info]";  	} | 
