diff --git a/indra/newview/llspeakers.cpp b/indra/newview/llspeakers.cpp
index 965592252c..ca773d8c1a 100644
--- a/indra/newview/llspeakers.cpp
+++ b/indra/newview/llspeakers.cpp
@@ -78,10 +78,10 @@ void LLSpeaker::lookupName()
{
if (mDisplayName.empty())
{
- // Crash fix on login
- if(!gCacheName)
- return;
- //
+ // Crash fix on login
+ if(!gCacheName)
+ return;
+ //
LLAvatarNameCache::get(mID, boost::bind(&LLSpeaker::onNameCache, this, _1, _2)); // todo: can be group???
}
}