diff options
author | Dave SIMmONs <simon@lindenlab.com> | 2011-05-03 13:14:00 -0700 |
---|---|---|
committer | Dave SIMmONs <simon@lindenlab.com> | 2011-05-03 13:14:00 -0700 |
commit | c6c72f9aa133a58a7a9a5382a2b9f7925a3168c1 (patch) | |
tree | a96a80af6af6f524f87ff429931a93d82a239aec | |
parent | 9bfae21706288802f94d642eb252ac78b4d9e85c (diff) |
Fix minor indentation issue
-rw-r--r-- | indra/newview/llvoavatar.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index f1934933b5..1dde6fcac9 100644 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -6923,9 +6923,9 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) llinfos << "Re-requesting AvatarAppearance for object: " << getID() << llendl; LLAvatarPropertiesProcessor::getInstance()->sendAvatarTexturesRequest(getID()); mRuthTimer.reset(); - } - else - { + } + else + { llinfos << "That's okay, we already have a non-default shape for object: " << getID() << llendl; // we don't really care. } |