From 2b9a8d72557f87e964cf98d2490bfea12cb72978 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Thu, 23 Feb 2017 11:07:11 +0100 Subject: [PATCH] Fix line endings --- indra/newview/llspeakers.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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??? } }